Html Css Color HEX #B03BDB Dark Orchid

📋 copy color: '#B03BDB'

red 176 ◦ green 59 ◦ blue 219

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

Shades of Dark Orchid #B03BDB

Tints of Dark Orchid #B03BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

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

R = 38.77%
G = 13%
B = 48.24%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B03BDB (or 0xB03BDB) is known color: Dark Orchid. HEX triplet: B0, 3B and DB. RGB value is (176,59,219). Sum of RGB (Red+Green+Blue) = 176+59+219=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #B03BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03BDB is #4FC424. Grayscale: #6F6F6F. Windows color (decimal): -5227557 or 14367664. OLE color: 14367664.

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

Color convert

RGB 176 59 219 -
CMYK 0.20 0.73 0 0.14
HSL 283.88º 0.69% 0.55% -
HSV(B) 283.88º 0.73% 0.86% -
XYZ 32.25 17.47 68.69 -
YUV 112.22 188.26 173.49 -
System Red Green Blue C M Y K H S L
Decimal 176 59 219 0.20 0.73 0 0.14 283.88 0.69 0.55
Hex B0 3B DB 14 49 0 E 11C 45 37
Octal 260 73 333 24 111 0 16 434 105 67
Binary 10110000 111011 11011011 10100 1001001 0 1110 100011100 1000101 110111

Color Harmonies of #B03BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03BDB

Black with #B03BDB

Text Example


Text Example

White with #B03BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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