Html Css Color HEX #B038CE Dark Orchid

📋 copy color: '#B038CE'

red 176 ◦ green 56 ◦ blue 206

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

Shades of Dark Orchid #B038CE

Tints of Dark Orchid #B038CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.03%

R = 40.18%
G = 12.79%
B = 47.03%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B038CE (or 0xB038CE) is known color: Dark Orchid. HEX triplet: B0, 38 and CE. RGB value is (176,56,206). Sum of RGB (Red+Green+Blue) = 176+56+206=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 56 (22.27% from 255 or 12.79% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #B038CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038CE is #4FC731. Grayscale: #6C6C6C. Windows color (decimal): -5228338 or 13514928. OLE color: 13514928.

HSL color Cylindrical-coordinate representation of color #B038CE: hue angle of 288º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B038CE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 56 206 -
CMYK 0.15 0.73 0 0.19
HSL 288º 0.6% 0.51% -
HSV(B) 288º 0.73% 0.81% -
XYZ 30.46 16.51 59.97 -
YUV 108.98 182.76 175.8 -
System Red Green Blue C M Y K H S L
Decimal 176 56 206 0.15 0.73 0 0.19 288 0.6 0.51
Hex B0 38 CE F 49 0 13 120 3C 33
Octal 260 70 316 17 111 0 23 440 74 63
Binary 10110000 111000 11001110 1111 1001001 0 10011 100100000 111100 110011

Color Harmonies of #B038CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038CE

Black with #B038CE

Text Example


Text Example

White with #B038CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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