Html Css Color HEX #B420CB Dark Orchid

📋 copy color: '#B420CB'

red 180 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #B420CB

Tints of Dark Orchid #B420CB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.71%

 BLUE value IS 203 (79.69% from 255) = 48.92%

R = 43.37%
G = 7.71%
B = 48.92%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B420CB (or 0xB420CB) is known color: Dark Orchid. HEX triplet: B4, 20 and CB. RGB value is (180,32,203). Sum of RGB (Red+Green+Blue) = 180+32+203=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #B420CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420CB is #4BDF34. Grayscale: #5F5F5F. Windows color (decimal): -4972341 or 13312180. OLE color: 13312180.

HSL color Cylindrical-coordinate representation of color #B420CB: hue angle of 291.93º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B420CB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 180 32 203 -
CMYK 0.11 0.84 0 0.20
HSL 291.93º 0.73% 0.46% -
HSV(B) 291.93º 0.84% 0.8% -
XYZ 30.12 15.05 57.82 -
YUV 95.75 188.53 188.1 -
System Red Green Blue C M Y K H S L
Decimal 180 32 203 0.11 0.84 0 0.20 291.93 0.73 0.46
Hex B4 20 CB B 54 0 14 124 49 2E
Octal 264 40 313 13 124 0 24 444 111 56
Binary 10110100 100000 11001011 1011 1010100 0 10100 100100100 1001001 101110

Color Harmonies of #B420CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420CB

Black with #B420CB

Text Example


Text Example

White with #B420CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420CB; }

 p { color: rgb(180,32,203); }

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

background-color css

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

 a { background-color: rgb(180,32,203); }

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

border-color css

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

 span { border-color: rgb(180,32,203); }

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