Html Css Color HEX #B047DF Medium Orchid

📋 copy color: '#B047DF'

red 176 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #B047DF

Tints of Medium Orchid #B047DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.45%

R = 37.45%
G = 15.11%
B = 47.45%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B047DF (or 0xB047DF) is known color: Medium Orchid. HEX triplet: B0, 47 and DF. RGB value is (176,71,223). Sum of RGB (Red+Green+Blue) = 176+71+223=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #B047DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B047DF is #4FB820. Grayscale: #777777. Windows color (decimal): -5224481 or 14632880. OLE color: 14632880.

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

Color convert

RGB 176 71 223 -
CMYK 0.21 0.68 0 0.13
HSL 281.45º 0.7% 0.58% -
HSV(B) 281.45º 0.68% 0.87% -
XYZ 33.48 19.06 71.73 -
YUV 119.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 176 71 223 0.21 0.68 0 0.13 281.45 0.7 0.58
Hex B0 47 DF 15 44 0 D 119 46 3A
Octal 260 107 337 25 104 0 15 431 106 72
Binary 10110000 1000111 11011111 10101 1000100 0 1101 100011001 1000110 111010

Color Harmonies of #B047DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047DF

Black with #B047DF

Text Example


Text Example

White with #B047DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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