Html Css Color HEX #B443FF Medium Orchid

📋 copy color: '#B443FF'

red 180 ◦ green 67 ◦ blue 255

#B443FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B443FF

Tints of Medium Orchid #B443FF

RGB

 RED value IS 180 (70.7% from 255) = 35.86%

 GREEN value IS 67 (26.56% from 255) = 13.35%

 BLUE value IS 255 (100% from 255) = 50.8%

R = 35.86%
G = 13.35%
B = 50.8%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B443FF (or 0xB443FF) is known color: Medium Orchid. HEX triplet: B4, 43 and FF. RGB value is (180,67,255). Sum of RGB (Red+Green+Blue) = 180+67+255=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B443FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B443FF is #4BBC00. Grayscale: #797979. Windows color (decimal): -4963329 or 16729012. OLE color: 16729012.

HSL color Cylindrical-coordinate representation of color #B443FF: hue angle of 276.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B443FF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 67 255 -
CMYK 0.29 0.74 0 0
HSL 276.06º 1% 0.63% -
HSV(B) 276.06º 0.74% 1% -
XYZ 38.88 20.94 96.6 -
YUV 122.22 202.94 169.21 -
System Red Green Blue C M Y K H S L
Decimal 180 67 255 0.29 0.74 0 0 276.06 1 0.63
Hex B4 43 FF 1D 4A 0 0 114 64 3F
Octal 264 103 377 35 112 0 0 424 144 77
Binary 10110100 1000011 11111111 11101 1001010 0 0 100010100 1100100 111111

Color Harmonies of #B443FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B443FF

Black with #B443FF

Text Example


Text Example

White with #B443FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B443FF; }

 p { color: rgb(180,67,255); }

 H1.HeaderClassName
 {
   color: #B443FF;
 }
 .AnyTagClassName
 {
   color: #B443FF;
 }
</style>

background-color css

<style>
 a { background-color: #B443FF; }

 a { background-color: rgb(180,67,255); }

 div.DivClassName
 {
   background-color: #B443FF;
 }
 .BgClassName
 {
   background-color: #B443FF;
 }
</style>

border-color css

<style>
 span { border-color: #B443FF; }

 span { border-color: rgb(180,67,255); }

 td.TdClassName
 {
   border-color: #B443FF;
 }
 .TagClassName
 {
   border-color: #B443FF;
 }
</style>