Html Css Color HEX #B42CC6 Dark Orchid

📋 copy color: '#B42CC6'

red 180 ◦ green 44 ◦ blue 198

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

Shades of Dark Orchid #B42CC6

Tints of Dark Orchid #B42CC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.92%

R = 42.65%
G = 10.43%
B = 46.92%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B42CC6 (or 0xB42CC6) is known color: Dark Orchid. HEX triplet: B4, 2C and C6. RGB value is (180,44,198). Sum of RGB (Red+Green+Blue) = 180+44+198=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #B42CC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42CC6 is #4BD339. Grayscale: #656565. Windows color (decimal): -4969274 or 12987572. OLE color: 12987572.

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

Color convert

RGB 180 44 198 -
CMYK 0.09 0.78 0 0.22
HSL 292.99º 0.64% 0.47% -
HSV(B) 292.99º 0.78% 0.78% -
XYZ 29.92 15.58 54.86 -
YUV 102.22 182.06 183.48 -
System Red Green Blue C M Y K H S L
Decimal 180 44 198 0.09 0.78 0 0.22 292.99 0.64 0.47
Hex B4 2C C6 9 4E 0 16 125 40 2F
Octal 264 54 306 11 116 0 26 445 100 57
Binary 10110100 101100 11000110 1001 1001110 0 10110 100100101 1000000 101111

Color Harmonies of #B42CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42CC6

Black with #B42CC6

Text Example


Text Example

White with #B42CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42CC6; }

 p { color: rgb(180,44,198); }

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

background-color css

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

 a { background-color: rgb(180,44,198); }

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

border-color css

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

 span { border-color: rgb(180,44,198); }

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