Html Css Color HEX #B32BCF Dark Orchid

📋 copy color: '#B32BCF'

red 179 ◦ green 43 ◦ blue 207

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

Shades of Dark Orchid #B32BCF

Tints of Dark Orchid #B32BCF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.02%

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

R = 41.72%
G = 10.02%
B = 48.25%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B32BCF (or 0xB32BCF) is known color: Dark Orchid. HEX triplet: B3, 2B and CF. RGB value is (179,43,207). Sum of RGB (Red+Green+Blue) = 179+43+207=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32BCF is #4CD430. Grayscale: #656565. Windows color (decimal): -5035057 or 13577139. OLE color: 13577139.

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

Color convert

RGB 179 43 207 -
CMYK 0.14 0.79 0 0.19
HSL 289.76º 0.66% 0.49% -
HSV(B) 289.76º 0.79% 0.81% -
XYZ 30.72 15.82 60.47 -
YUV 102.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 179 43 207 0.14 0.79 0 0.19 289.76 0.66 0.49
Hex B3 2B CF E 4F 0 13 122 42 31
Octal 263 53 317 16 117 0 23 442 102 61
Binary 10110011 101011 11001111 1110 1001111 0 10011 100100010 1000010 110001

Color Harmonies of #B32BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32BCF

Black with #B32BCF

Text Example


Text Example

White with #B32BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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