Html Css Color HEX #B047F7 Medium Orchid

📋 copy color: '#B047F7'

red 176 ◦ green 71 ◦ blue 247

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

Shades of Medium Orchid #B047F7

Tints of Medium Orchid #B047F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50%

R = 35.63%
G = 14.37%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B047F7 (or 0xB047F7) is known color: Medium Orchid. HEX triplet: B0, 47 and F7. RGB value is (176,71,247). Sum of RGB (Red+Green+Blue) = 176+71+247=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #B047F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047F7 is #4FB808. Grayscale: #797979. Windows color (decimal): -5224457 or 16205744. OLE color: 16205744.

HSL color Cylindrical-coordinate representation of color #B047F7: hue angle of 275.8º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B047F7 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 176 71 247 -
CMYK 0.29 0.71 0 0.03
HSL 275.8º 0.92% 0.62% -
HSV(B) 275.8º 0.71% 0.97% -
XYZ 36.95 20.45 90 -
YUV 122.46 198.29 166.19 -
System Red Green Blue C M Y K H S L
Decimal 176 71 247 0.29 0.71 0 0.03 275.8 0.92 0.62
Hex B0 47 F7 1D 47 0 3 114 5C 3E
Octal 260 107 367 35 107 0 3 424 134 76
Binary 10110000 1000111 11110111 11101 1000111 0 11 100010100 1011100 111110

Color Harmonies of #B047F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047F7

Black with #B047F7

Text Example


Text Example

White with #B047F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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