Html Css Color HEX #B039C4 Dark Orchid

📋 copy color: '#B039C4'

red 176 ◦ green 57 ◦ blue 196

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

Shades of Dark Orchid #B039C4

Tints of Dark Orchid #B039C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.69%

R = 41.03%
G = 13.29%
B = 45.69%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B039C4 (or 0xB039C4) is known color: Dark Orchid. HEX triplet: B0, 39 and C4. RGB value is (176,57,196). Sum of RGB (Red+Green+Blue) = 176+57+196=429 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.03% from 429); Green value is 57 (22.66% from 255 or 13.29% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #B039C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B039C4 is #4FC63B. Grayscale: #6B6B6B. Windows color (decimal): -5228092 or 12859824. OLE color: 12859824.

HSL color Cylindrical-coordinate representation of color #B039C4: hue angle of 291.37º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B039C4 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 176 57 196 -
CMYK 0.10 0.71 0 0.23
HSL 291.37º 0.55% 0.5% -
HSV(B) 291.37º 0.71% 0.77% -
XYZ 29.33 16.14 53.79 -
YUV 108.43 177.42 176.2 -
System Red Green Blue C M Y K H S L
Decimal 176 57 196 0.10 0.71 0 0.23 291.37 0.55 0.5
Hex B0 39 C4 A 47 0 17 123 37 32
Octal 260 71 304 12 107 0 27 443 67 62
Binary 10110000 111001 11000100 1010 1000111 0 10111 100100011 110111 110010

Color Harmonies of #B039C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B039C4

Black with #B039C4

Text Example


Text Example

White with #B039C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B039C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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