Html Css Color HEX #B038DB Dark Orchid

📋 copy color: '#B038DB'

red 176 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #B038DB

Tints of Dark Orchid #B038DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.42%

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

R = 39.02%
G = 12.42%
B = 48.56%

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

#B038DB (or 0xB038DB) is known color: Dark Orchid. HEX triplet: B0, 38 and DB. RGB value is (176,56,219). Sum of RGB (Red+Green+Blue) = 176+56+219=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 56 (22.27% from 255 or 12.42% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #B038DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038DB is #4FC724. Grayscale: #6D6D6D. Windows color (decimal): -5228325 or 14366896. OLE color: 14366896.

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

Color convert

RGB 176 56 219 -
CMYK 0.20 0.74 0 0.14
HSL 284.17º 0.69% 0.54% -
HSV(B) 284.17º 0.74% 0.86% -
XYZ 32.1 17.17 68.64 -
YUV 110.46 189.26 174.75 -
System Red Green Blue C M Y K H S L
Decimal 176 56 219 0.20 0.74 0 0.14 284.17 0.69 0.54
Hex B0 38 DB 14 4A 0 E 11C 45 36
Octal 260 70 333 24 112 0 16 434 105 66
Binary 10110000 111000 11011011 10100 1001010 0 1110 100011100 1000101 110110

Color Harmonies of #B038DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038DB

Black with #B038DB

Text Example


Text Example

White with #B038DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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