Html Css Color HEX #B332CF Dark Orchid

📋 copy color: '#B332CF'

red 179 ◦ green 50 ◦ blue 207

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

Shades of Dark Orchid #B332CF

Tints of Dark Orchid #B332CF

RGB

 RED value IS 179 (70.31% from 255) = 41.06%

 GREEN value IS 50 (19.92% from 255) = 11.47%

 BLUE value IS 207 (81.25% from 255) = 47.48%

R = 41.06%
G = 11.47%
B = 47.48%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B332CF (or 0xB332CF) is known color: Dark Orchid. HEX triplet: B3, 32 and CF. RGB value is (179,50,207). Sum of RGB (Red+Green+Blue) = 179+50+207=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 50 (19.92% from 255 or 11.47% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #B332CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B332CF is #4CCD30. Grayscale: #696969. Windows color (decimal): -5033265 or 13578931. OLE color: 13578931.

HSL color Cylindrical-coordinate representation of color #B332CF: hue angle of 289.3º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B332CF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 50 207 -
CMYK 0.14 0.76 0 0.19
HSL 289.3º 0.62% 0.5% -
HSV(B) 289.3º 0.76% 0.81% -
XYZ 30.99 16.37 60.56 -
YUV 106.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 179 50 207 0.14 0.76 0 0.19 289.3 0.62 0.5
Hex B3 32 CF E 4C 0 13 121 3E 32
Octal 263 62 317 16 114 0 23 441 76 62
Binary 10110011 110010 11001111 1110 1001100 0 10011 100100001 111110 110010

Color Harmonies of #B332CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B332CF

Black with #B332CF

Text Example


Text Example

White with #B332CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B332CF; }

 p { color: rgb(179,50,207); }

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

background-color css

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

 a { background-color: rgb(179,50,207); }

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

border-color css

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

 span { border-color: rgb(179,50,207); }

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