Html Css Color HEX #B420BF Dark Orchid

📋 copy color: '#B420BF'

red 180 ◦ green 32 ◦ blue 191

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

Shades of Dark Orchid #B420BF

Tints of Dark Orchid #B420BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.39%

R = 44.67%
G = 7.94%
B = 47.39%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B420BF (or 0xB420BF) is known color: Dark Orchid. HEX triplet: B4, 20 and BF. RGB value is (180,32,191). Sum of RGB (Red+Green+Blue) = 180+32+191=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #B420BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420BF is #4BDF40. Grayscale: #5D5D5D. Windows color (decimal): -4972353 or 12525748. OLE color: 12525748.

HSL color Cylindrical-coordinate representation of color #B420BF: hue angle of 295.85º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B420BF is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 32 191 -
CMYK 0.06 0.83 0 0.25
HSL 295.85º 0.71% 0.44% -
HSV(B) 295.85º 0.83% 0.75% -
XYZ 28.74 14.5 50.57 -
YUV 94.38 182.53 189.07 -
System Red Green Blue C M Y K H S L
Decimal 180 32 191 0.06 0.83 0 0.25 295.85 0.71 0.44
Hex B4 20 BF 6 53 0 19 128 47 2C
Octal 264 40 277 6 123 0 31 450 107 54
Binary 10110100 100000 10111111 110 1010011 0 11001 100101000 1000111 101100

Color Harmonies of #B420BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420BF

Black with #B420BF

Text Example


Text Example

White with #B420BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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