Html Css Color HEX #B03ADB Dark Orchid

📋 copy color: '#B03ADB'

red 176 ◦ green 58 ◦ blue 219

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

Shades of Dark Orchid #B03ADB

Tints of Dark Orchid #B03ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

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

R = 38.85%
G = 12.8%
B = 48.34%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B03ADB (or 0xB03ADB) is known color: Dark Orchid. HEX triplet: B0, 3A and DB. RGB value is (176,58,219). Sum of RGB (Red+Green+Blue) = 176+58+219=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 58 (23.05% from 255 or 12.80% 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 #B03ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B03ADB is #4FC524. Grayscale: #6F6F6F. Windows color (decimal): -5227813 or 14367408. OLE color: 14367408.

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

Color convert

RGB 176 58 219 -
CMYK 0.20 0.74 0 0.14
HSL 283.98º 0.69% 0.54% -
HSV(B) 283.98º 0.74% 0.86% -
XYZ 32.2 17.37 68.67 -
YUV 111.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 176 58 219 0.20 0.74 0 0.14 283.98 0.69 0.54
Hex B0 3A DB 14 4A 0 E 11C 45 36
Octal 260 72 333 24 112 0 16 434 105 66
Binary 10110000 111010 11011011 10100 1001010 0 1110 100011100 1000101 110110

Color Harmonies of #B03ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03ADB

Black with #B03ADB

Text Example


Text Example

White with #B03ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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