Html Css Color HEX #B047DB Medium Orchid

📋 copy color: '#B047DB'

red 176 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #B047DB

Tints of Medium Orchid #B047DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 37.77%
G = 15.24%
B = 47%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B047DB (or 0xB047DB) is known color: Medium Orchid. HEX triplet: B0, 47 and DB. RGB value is (176,71,219). Sum of RGB (Red+Green+Blue) = 176+71+219=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #B047DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047DB is #4FB824. Grayscale: #767676. Windows color (decimal): -5224485 or 14370736. OLE color: 14370736.

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

Color convert

RGB 176 71 219 -
CMYK 0.20 0.68 0 0.14
HSL 282.57º 0.67% 0.57% -
HSV(B) 282.57º 0.68% 0.86% -
XYZ 32.94 18.85 68.92 -
YUV 119.27 184.29 168.47 -
System Red Green Blue C M Y K H S L
Decimal 176 71 219 0.20 0.68 0 0.14 282.57 0.67 0.57
Hex B0 47 DB 14 44 0 E 11B 43 39
Octal 260 107 333 24 104 0 16 433 103 71
Binary 10110000 1000111 11011011 10100 1000100 0 1110 100011011 1000011 111001

Color Harmonies of #B047DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047DB

Black with #B047DB

Text Example


Text Example

White with #B047DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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