Html Css Color HEX #B42BCC Dark Orchid

📋 copy color: '#B42BCC'

red 180 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #B42BCC

Tints of Dark Orchid #B42BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 42.15%
G = 10.07%
B = 47.78%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B42BCC (or 0xB42BCC) is known color: Dark Orchid. HEX triplet: B4, 2B and CC. RGB value is (180,43,204). Sum of RGB (Red+Green+Blue) = 180+43+204=427 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.15% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #B42BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B42BCC is #4BD433. Grayscale: #656565. Windows color (decimal): -4969524 or 13380532. OLE color: 13380532.

HSL color Cylindrical-coordinate representation of color #B42BCC: hue angle of 291.06º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42BCC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 43 204 -
CMYK 0.12 0.79 0 0.2
HSL 291.06º 0.65% 0.48% -
HSV(B) 291.06º 0.79% 0.8% -
XYZ 30.59 15.79 58.56 -
YUV 102.32 185.39 183.41 -
System Red Green Blue C M Y K H S L
Decimal 180 43 204 0.12 0.79 0 0.2 291.06 0.65 0.48
Hex B4 2B CC C 4F 0 14 123 41 30
Octal 264 53 314 14 117 0 24 443 101 60
Binary 10110100 101011 11001100 1100 1001111 0 10100 100100011 1000001 110000

Color Harmonies of #B42BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42BCC

Black with #B42BCC

Text Example


Text Example

White with #B42BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42BCC; }

 p { color: rgb(180,43,204); }

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

background-color css

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

 a { background-color: rgb(180,43,204); }

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

border-color css

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

 span { border-color: rgb(180,43,204); }

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