Html Css Color HEX #B038DF Dark Orchid

📋 copy color: '#B038DF'

red 176 ◦ green 56 ◦ blue 223

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

Shades of Dark Orchid #B038DF

Tints of Dark Orchid #B038DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.01%

R = 38.68%
G = 12.31%
B = 49.01%

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

#B038DF (or 0xB038DF) is known color: Dark Orchid. HEX triplet: B0, 38 and DF. RGB value is (176,56,223). Sum of RGB (Red+Green+Blue) = 176+56+223=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 56 (22.27% from 255 or 12.31% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #B038DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038DF is #4FC720. Grayscale: #6E6E6E. Windows color (decimal): -5228321 or 14629040. OLE color: 14629040.

HSL color Cylindrical-coordinate representation of color #B038DF: hue angle of 283.11º 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 #B038DF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 56 223 -
CMYK 0.21 0.75 0 0.13
HSL 283.11º 0.72% 0.55% -
HSV(B) 283.11º 0.75% 0.87% -
XYZ 32.64 17.39 71.45 -
YUV 110.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 176 56 223 0.21 0.75 0 0.13 283.11 0.72 0.55
Hex B0 38 DF 15 4B 0 D 11B 48 37
Octal 260 70 337 25 113 0 15 433 110 67
Binary 10110000 111000 11011111 10101 1001011 0 1101 100011011 1001000 110111

Color Harmonies of #B038DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B038DF

Black with #B038DF

Text Example


Text Example

White with #B038DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B038DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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