Html Css Color HEX #B047DD Medium Orchid

📋 copy color: '#B047DD'

red 176 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #B047DD

Tints of Medium Orchid #B047DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.22%

R = 37.61%
G = 15.17%
B = 47.22%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B047DD (or 0xB047DD) is known color: Medium Orchid. HEX triplet: B0, 47 and DD. RGB value is (176,71,221). Sum of RGB (Red+Green+Blue) = 176+71+221=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 71 (28.12% from 255 or 15.17% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #B047DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047DD is #4FB822. Grayscale: #777777. Windows color (decimal): -5224483 or 14501808. OLE color: 14501808.

HSL color Cylindrical-coordinate representation of color #B047DD: hue angle of 282º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B047DD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 71 221 -
CMYK 0.20 0.68 0 0.13
HSL 282º 0.69% 0.57% -
HSV(B) 282º 0.68% 0.87% -
XYZ 33.21 18.96 70.32 -
YUV 119.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 176 71 221 0.20 0.68 0 0.13 282 0.69 0.57
Hex B0 47 DD 14 44 0 D 11A 45 39
Octal 260 107 335 24 104 0 15 432 105 71
Binary 10110000 1000111 11011101 10100 1000100 0 1101 100011010 1000101 111001

Color Harmonies of #B047DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047DD

Black with #B047DD

Text Example


Text Example

White with #B047DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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