Html Css Color HEX #B431DB Dark Orchid

📋 copy color: '#B431DB'

red 180 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #B431DB

Tints of Dark Orchid #B431DB

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.94%

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

R = 40.18%
G = 10.94%
B = 48.88%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B431DB (or 0xB431DB) is known color: Dark Orchid. HEX triplet: B4, 31 and DB. RGB value is (180,49,219). Sum of RGB (Red+Green+Blue) = 180+49+219=448 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.18% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #B431DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B431DB is #4BCE24. Grayscale: #6B6B6B. Windows color (decimal): -4967973 or 14365108. OLE color: 14365108.

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

Color convert

RGB 180 49 219 -
CMYK 0.18 0.78 0 0.14
HSL 286.24º 0.7% 0.53% -
HSV(B) 286.24º 0.78% 0.86% -
XYZ 32.71 17.01 68.58 -
YUV 107.55 190.9 179.68 -
System Red Green Blue C M Y K H S L
Decimal 180 49 219 0.18 0.78 0 0.14 286.24 0.7 0.53
Hex B4 31 DB 12 4E 0 E 11E 46 35
Octal 264 61 333 22 116 0 16 436 106 65
Binary 10110100 110001 11011011 10010 1001110 0 1110 100011110 1000110 110101

Color Harmonies of #B431DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B431DB

Black with #B431DB

Text Example


Text Example

White with #B431DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B431DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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