Html Css Color HEX #B420CF Dark Orchid

📋 copy color: '#B420CF'

red 180 ◦ green 32 ◦ blue 207

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

Shades of Dark Orchid #B420CF

Tints of Dark Orchid #B420CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 42.96%
G = 7.64%
B = 49.4%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B420CF (or 0xB420CF) is known color: Dark Orchid. HEX triplet: B4, 20 and CF. RGB value is (180,32,207). Sum of RGB (Red+Green+Blue) = 180+32+207=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 32 (12.89% from 255 or 7.64% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #B420CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420CF is #4BDF30. Grayscale: #5F5F5F. Windows color (decimal): -4972337 or 13574324. OLE color: 13574324.

HSL color Cylindrical-coordinate representation of color #B420CF: hue angle of 290.74º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B420CF is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 180 32 207 -
CMYK 0.13 0.85 0 0.19
HSL 290.74º 0.73% 0.47% -
HSV(B) 290.74º 0.85% 0.81% -
XYZ 30.6 15.24 60.36 -
YUV 96.2 190.53 187.77 -
System Red Green Blue C M Y K H S L
Decimal 180 32 207 0.13 0.85 0 0.19 290.74 0.73 0.47
Hex B4 20 CF D 55 0 13 123 49 2F
Octal 264 40 317 15 125 0 23 443 111 57
Binary 10110100 100000 11001111 1101 1010101 0 10011 100100011 1001001 101111

Color Harmonies of #B420CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420CF

Black with #B420CF

Text Example


Text Example

White with #B420CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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