Html Css Color HEX #B039D0 Dark Orchid

📋 copy color: '#B039D0'

red 176 ◦ green 57 ◦ blue 208

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

Shades of Dark Orchid #B039D0

Tints of Dark Orchid #B039D0

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.93%

 BLUE value IS 208 (81.64% from 255) = 47.17%

R = 39.91%
G = 12.93%
B = 47.17%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B039D0 (or 0xB039D0) is known color: Dark Orchid. HEX triplet: B0, 39 and D0. RGB value is (176,57,208). Sum of RGB (Red+Green+Blue) = 176+57+208=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 57 (22.66% from 255 or 12.93% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #B039D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039D0 is #4FC62F. Grayscale: #6D6D6D. Windows color (decimal): -5228080 or 13646256. OLE color: 13646256.

HSL color Cylindrical-coordinate representation of color #B039D0: hue angle of 287.28º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B039D0 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 57 208 -
CMYK 0.15 0.73 0 0.18
HSL 287.28º 0.62% 0.52% -
HSV(B) 287.28º 0.73% 0.82% -
XYZ 30.75 16.71 61.28 -
YUV 109.8 183.42 175.22 -
System Red Green Blue C M Y K H S L
Decimal 176 57 208 0.15 0.73 0 0.18 287.28 0.62 0.52
Hex B0 39 D0 F 49 0 12 11F 3E 34
Octal 260 71 320 17 111 0 22 437 76 64
Binary 10110000 111001 11010000 1111 1001001 0 10010 100011111 111110 110100

Color Harmonies of #B039D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039D0

Black with #B039D0

Text Example


Text Example

White with #B039D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039D0; }

 p { color: rgb(176,57,208); }

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

background-color css

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

 a { background-color: rgb(176,57,208); }

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

border-color css

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

 span { border-color: rgb(176,57,208); }

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