Html Css Color HEX #B047D9 Medium Orchid

📋 copy color: '#B047D9'

red 176 ◦ green 71 ◦ blue 217

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

Shades of Medium Orchid #B047D9

Tints of Medium Orchid #B047D9

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.3%

 BLUE value IS 217 (85.16% from 255) = 46.77%

R = 37.93%
G = 15.3%
B = 46.77%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B047D9 (or 0xB047D9) is known color: Medium Orchid. HEX triplet: B0, 47 and D9. RGB value is (176,71,217). Sum of RGB (Red+Green+Blue) = 176+71+217=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 71 (28.12% from 255 or 15.30% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #B047D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047D9 is #4FB826. Grayscale: #767676. Windows color (decimal): -5224487 or 14239664. OLE color: 14239664.

HSL color Cylindrical-coordinate representation of color #B047D9: hue angle of 283.15º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B047D9 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 71 217 -
CMYK 0.19 0.67 0 0.15
HSL 283.15º 0.66% 0.56% -
HSV(B) 283.15º 0.67% 0.85% -
XYZ 32.68 18.75 67.54 -
YUV 119.04 183.29 168.63 -
System Red Green Blue C M Y K H S L
Decimal 176 71 217 0.19 0.67 0 0.15 283.15 0.66 0.56
Hex B0 47 D9 13 43 0 F 11B 42 38
Octal 260 107 331 23 103 0 17 433 102 70
Binary 10110000 1000111 11011001 10011 1000011 0 1111 100011011 1000010 111000

Color Harmonies of #B047D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047D9

Black with #B047D9

Text Example


Text Example

White with #B047D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047D9; }

 p { color: rgb(176,71,217); }

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

background-color css

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

 a { background-color: rgb(176,71,217); }

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

border-color css

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

 span { border-color: rgb(176,71,217); }

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