Html Css Color HEX #B231DB Dark Orchid

📋 copy color: '#B231DB'

red 178 ◦ green 49 ◦ blue 219

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

Shades of Dark Orchid #B231DB

Tints of Dark Orchid #B231DB

RGB

 RED value IS 178 (69.92% from 255) = 39.91%

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

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

R = 39.91%
G = 10.99%
B = 49.1%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B231DB (or 0xB231DB) is known color: Dark Orchid. HEX triplet: B2, 31 and DB. RGB value is (178,49,219). Sum of RGB (Red+Green+Blue) = 178+49+219=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 49 (19.53% from 255 or 10.99% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #B231DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B231DB is #4DCE24. Grayscale: #6A6A6A. Windows color (decimal): -5099045 or 14365106. OLE color: 14365106.

HSL color Cylindrical-coordinate representation of color #B231DB: hue angle of 285.53º 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 #B231DB is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 49 219 -
CMYK 0.19 0.78 0 0.14
HSL 285.53º 0.7% 0.53% -
HSV(B) 285.53º 0.78% 0.86% -
XYZ 32.24 16.78 68.56 -
YUV 106.95 191.24 178.68 -
System Red Green Blue C M Y K H S L
Decimal 178 49 219 0.19 0.78 0 0.14 285.53 0.7 0.53
Hex B2 31 DB 13 4E 0 E 11E 46 35
Octal 262 61 333 23 116 0 16 436 106 65
Binary 10110010 110001 11011011 10011 1001110 0 1110 100011110 1000110 110101

Color Harmonies of #B231DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B231DB

Black with #B231DB

Text Example


Text Example

White with #B231DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B231DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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