Html Css Color HEX #B32CCF Dark Orchid

📋 copy color: '#B32CCF'

red 179 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #B32CCF

Tints of Dark Orchid #B32CCF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.23%

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

R = 41.63%
G = 10.23%
B = 48.14%

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

#B32CCF (or 0xB32CCF) is known color: Dark Orchid. HEX triplet: B3, 2C and CF. RGB value is (179,44,207). Sum of RGB (Red+Green+Blue) = 179+44+207=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #B32CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CCF is #4CD330. Grayscale: #666666. Windows color (decimal): -5034801 or 13577395. OLE color: 13577395.

HSL color Cylindrical-coordinate representation of color #B32CCF: hue angle of 289.69º degrees, saturation: 0.65, 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 #B32CCF is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 44 207 -
CMYK 0.14 0.79 0 0.19
HSL 289.69º 0.65% 0.49% -
HSV(B) 289.69º 0.79% 0.81% -
XYZ 30.75 15.89 60.48 -
YUV 102.95 186.73 182.25 -
System Red Green Blue C M Y K H S L
Decimal 179 44 207 0.14 0.79 0 0.19 289.69 0.65 0.49
Hex B3 2C CF E 4F 0 13 122 41 31
Octal 263 54 317 16 117 0 23 442 101 61
Binary 10110011 101100 11001111 1110 1001111 0 10011 100100010 1000001 110001

Color Harmonies of #B32CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CCF

Black with #B32CCF

Text Example


Text Example

White with #B32CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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