Html Css Color HEX #B436DB Dark Orchid

📋 copy color: '#B436DB'

red 180 ◦ green 54 ◦ blue 219

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

Shades of Dark Orchid #B436DB

Tints of Dark Orchid #B436DB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.92%

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 39.74%
G = 11.92%
B = 48.34%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B436DB (or 0xB436DB) is known color: Dark Orchid. HEX triplet: B4, 36 and DB. RGB value is (180,54,219). Sum of RGB (Red+Green+Blue) = 180+54+219=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #B436DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B436DB is #4BC924. Grayscale: #6D6D6D. Windows color (decimal): -4966693 or 14366388. OLE color: 14366388.

HSL color Cylindrical-coordinate representation of color #B436DB: hue angle of 285.82º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B436DB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 54 219 -
CMYK 0.18 0.75 0 0.14
HSL 285.82º 0.7% 0.54% -
HSV(B) 285.82º 0.75% 0.86% -
XYZ 32.93 17.46 68.65 -
YUV 110.48 189.24 177.58 -
System Red Green Blue C M Y K H S L
Decimal 180 54 219 0.18 0.75 0 0.14 285.82 0.7 0.54
Hex B4 36 DB 12 4B 0 E 11E 46 36
Octal 264 66 333 22 113 0 16 436 106 66
Binary 10110100 110110 11011011 10010 1001011 0 1110 100011110 1000110 110110

Color Harmonies of #B436DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B436DB

Black with #B436DB

Text Example


Text Example

White with #B436DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B436DB; }

 p { color: rgb(180,54,219); }

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

background-color css

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

 a { background-color: rgb(180,54,219); }

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

border-color css

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

 span { border-color: rgb(180,54,219); }

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