Html Css Color HEX #B038DE Dark Orchid

📋 copy color: '#B038DE'

red 176 ◦ green 56 ◦ blue 222

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

Shades of Dark Orchid #B038DE

Tints of Dark Orchid #B038DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.9%

R = 38.77%
G = 12.33%
B = 48.9%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B038DE (or 0xB038DE) is known color: Dark Orchid. HEX triplet: B0, 38 and DE. RGB value is (176,56,222). Sum of RGB (Red+Green+Blue) = 176+56+222=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #B038DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038DE is #4FC721. Grayscale: #6E6E6E. Windows color (decimal): -5228322 or 14563504. OLE color: 14563504.

HSL color Cylindrical-coordinate representation of color #B038DE: hue angle of 283.37º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B038DE is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 56 222 -
CMYK 0.21 0.75 0 0.13
HSL 283.37º 0.72% 0.55% -
HSV(B) 283.37º 0.75% 0.87% -
XYZ 32.5 17.33 70.74 -
YUV 110.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 176 56 222 0.21 0.75 0 0.13 283.37 0.72 0.55
Hex B0 38 DE 15 4B 0 D 11B 48 37
Octal 260 70 336 25 113 0 15 433 110 67
Binary 10110000 111000 11011110 10101 1001011 0 1101 100011011 1001000 110111

Color Harmonies of #B038DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038DE

Black with #B038DE

Text Example


Text Example

White with #B038DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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