Html Css Color HEX #B030DB Dark Orchid

📋 copy color: '#B030DB'

red 176 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #B030DB

Tints of Dark Orchid #B030DB

RGB

 RED value IS 176 (69.14% from 255) = 39.73%

 GREEN value IS 48 (19.14% from 255) = 10.84%

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

R = 39.73%
G = 10.84%
B = 49.44%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B030DB (or 0xB030DB) is known color: Dark Orchid. HEX triplet: B0, 30 and DB. RGB value is (176,48,219). Sum of RGB (Red+Green+Blue) = 176+48+219=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #B030DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B030DB is #4FCF24. Grayscale: #696969. Windows color (decimal): -5230373 or 14364848. OLE color: 14364848.

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

Color convert

RGB 176 48 219 -
CMYK 0.20 0.78 0 0.14
HSL 284.91º 0.7% 0.52% -
HSV(B) 284.91º 0.78% 0.86% -
XYZ 31.75 16.46 68.52 -
YUV 105.77 191.91 178.1 -
System Red Green Blue C M Y K H S L
Decimal 176 48 219 0.20 0.78 0 0.14 284.91 0.7 0.52
Hex B0 30 DB 14 4E 0 E 11D 46 34
Octal 260 60 333 24 116 0 16 435 106 64
Binary 10110000 110000 11011011 10100 1001110 0 1110 100011101 1000110 110100

Color Harmonies of #B030DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B030DB

Black with #B030DB

Text Example


Text Example

White with #B030DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B030DB; }

 p { color: rgb(176,48,219); }

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

background-color css

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

 a { background-color: rgb(176,48,219); }

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

border-color css

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

 span { border-color: rgb(176,48,219); }

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