Html Css Color HEX #B047D8 Medium Orchid

📋 copy color: '#B047D8'

red 176 ◦ green 71 ◦ blue 216

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

Shades of Medium Orchid #B047D8

Tints of Medium Orchid #B047D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.65%

R = 38.01%
G = 15.33%
B = 46.65%

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

#B047D8 (or 0xB047D8) is known color: Medium Orchid. HEX triplet: B0, 47 and D8. RGB value is (176,71,216). Sum of RGB (Red+Green+Blue) = 176+71+216=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #B047D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047D8 is #4FB827. Grayscale: #767676. Windows color (decimal): -5224488 or 14174128. OLE color: 14174128.

HSL color Cylindrical-coordinate representation of color #B047D8: hue angle of 283.45º degrees, saturation: 0.65, 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 #B047D8 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 176 71 216 -
CMYK 0.19 0.67 0 0.15
HSL 283.45º 0.65% 0.56% -
HSV(B) 283.45º 0.67% 0.85% -
XYZ 32.55 18.69 66.86 -
YUV 118.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 176 71 216 0.19 0.67 0 0.15 283.45 0.65 0.56
Hex B0 47 D8 13 43 0 F 11B 41 38
Octal 260 107 330 23 103 0 17 433 101 70
Binary 10110000 1000111 11011000 10011 1000011 0 1111 100011011 1000001 111000

Color Harmonies of #B047D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047D8

Black with #B047D8

Text Example


Text Example

White with #B047D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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