Html Css Color HEX #B420BC Dark Orchid

📋 copy color: '#B420BC'

red 180 ◦ green 32 ◦ blue 188

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

Shades of Dark Orchid #B420BC

Tints of Dark Orchid #B420BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47%

R = 45%
G = 8%
B = 47%

CMYK

 C value IS 0.04

 M value IS 0.83

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B420BC (or 0xB420BC) is known color: Dark Orchid. HEX triplet: B4, 20 and BC. RGB value is (180,32,188). Sum of RGB (Red+Green+Blue) = 180+32+188=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #B420BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B420BC is #4BDF43. Grayscale: #5D5D5D. Windows color (decimal): -4972356 or 12329140. OLE color: 12329140.

HSL color Cylindrical-coordinate representation of color #B420BC: hue angle of 296.92º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B420BC is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 180 32 188 -
CMYK 0.04 0.83 0 0.26
HSL 296.92º 0.71% 0.43% -
HSV(B) 296.92º 0.83% 0.74% -
XYZ 28.42 14.37 48.85 -
YUV 94.04 181.03 189.32 -
System Red Green Blue C M Y K H S L
Decimal 180 32 188 0.04 0.83 0 0.26 296.92 0.71 0.43
Hex B4 20 BC 4 53 0 1A 129 47 2B
Octal 264 40 274 4 123 0 32 451 107 53
Binary 10110100 100000 10111100 100 1010011 0 11010 100101001 1000111 101011

Color Harmonies of #B420BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420BC

Black with #B420BC

Text Example


Text Example

White with #B420BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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