Html Css Color HEX #B32CC4 Dark Orchid

📋 copy color: '#B32CC4'

red 179 ◦ green 44 ◦ blue 196

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

Shades of Dark Orchid #B32CC4

Tints of Dark Orchid #B32CC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.78%

R = 42.72%
G = 10.5%
B = 46.78%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B32CC4 (or 0xB32CC4) is known color: Dark Orchid. HEX triplet: B3, 2C and C4. RGB value is (179,44,196). Sum of RGB (Red+Green+Blue) = 179+44+196=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #B32CC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B32CC4 is #4CD33B. Grayscale: #656565. Windows color (decimal): -5034812 or 12856499. OLE color: 12856499.

HSL color Cylindrical-coordinate representation of color #B32CC4: hue angle of 293.29º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32CC4 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 44 196 -
CMYK 0.09 0.78 0 0.23
HSL 293.29º 0.63% 0.47% -
HSV(B) 293.29º 0.78% 0.77% -
XYZ 29.45 15.37 53.64 -
YUV 101.69 181.23 183.14 -
System Red Green Blue C M Y K H S L
Decimal 179 44 196 0.09 0.78 0 0.23 293.29 0.63 0.47
Hex B3 2C C4 9 4E 0 17 125 3F 2F
Octal 263 54 304 11 116 0 27 445 77 57
Binary 10110011 101100 11000100 1001 1001110 0 10111 100100101 111111 101111

Color Harmonies of #B32CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32CC4

Black with #B32CC4

Text Example


Text Example

White with #B32CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32CC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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