Html Css Color HEX #B420CC Dark Orchid

📋 copy color: '#B420CC'

red 180 ◦ green 32 ◦ blue 204

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

Shades of Dark Orchid #B420CC

Tints of Dark Orchid #B420CC

RGB

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

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

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

R = 43.27%
G = 7.69%
B = 49.04%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B420CC (or 0xB420CC) is known color: Dark Orchid. HEX triplet: B4, 20 and CC. RGB value is (180,32,204). Sum of RGB (Red+Green+Blue) = 180+32+204=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 32 (12.89% from 255 or 7.69% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #B420CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420CC is #4BDF33. Grayscale: #5F5F5F. Windows color (decimal): -4972340 or 13377716. OLE color: 13377716.

HSL color Cylindrical-coordinate representation of color #B420CC: hue angle of 291.63º 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 #B420CC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 32 204 -
CMYK 0.12 0.84 0 0.2
HSL 291.63º 0.73% 0.46% -
HSV(B) 291.63º 0.84% 0.8% -
XYZ 30.24 15.1 58.45 -
YUV 95.86 189.03 188.01 -
System Red Green Blue C M Y K H S L
Decimal 180 32 204 0.12 0.84 0 0.2 291.63 0.73 0.46
Hex B4 20 CC C 54 0 14 124 49 2E
Octal 264 40 314 14 124 0 24 444 111 56
Binary 10110100 100000 11001100 1100 1010100 0 10100 100100100 1001001 101110

Color Harmonies of #B420CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420CC

Black with #B420CC

Text Example


Text Example

White with #B420CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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