Html Css Color HEX #B047FC Medium Orchid

📋 copy color: '#B047FC'

red 176 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #B047FC

Tints of Medium Orchid #B047FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.5%

R = 35.27%
G = 14.23%
B = 50.5%

CMYK

 C value IS 0.30

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B047FC (or 0xB047FC) is known color: Medium Orchid. HEX triplet: B0, 47 and FC. RGB value is (176,71,252). Sum of RGB (Red+Green+Blue) = 176+71+252=499 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.27% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 252 (98.83% from 255 or 50.50% from 499); Max value from RGB is 252 - color contains mainly: blue. Hex color #B047FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047FC is #4FB803. Grayscale: #7A7A7A. Windows color (decimal): -5224452 or 16533424. OLE color: 16533424.

HSL color Cylindrical-coordinate representation of color #B047FC: hue angle of 274.81º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B047FC is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 71 252 -
CMYK 0.30 0.72 0 0.01
HSL 274.81º 0.97% 0.63% -
HSV(B) 274.81º 0.72% 0.99% -
XYZ 37.73 20.76 94.11 -
YUV 123.03 200.79 165.78 -
System Red Green Blue C M Y K H S L
Decimal 176 71 252 0.30 0.72 0 0.01 274.81 0.97 0.63
Hex B0 47 FC 1E 48 0 1 113 61 3F
Octal 260 107 374 36 110 0 1 423 141 77
Binary 10110000 1000111 11111100 11110 1001000 0 1 100010011 1100001 111111

Color Harmonies of #B047FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B047FC

Black with #B047FC

Text Example


Text Example

White with #B047FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B047FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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