Html Css Color HEX #B547FC Medium Orchid

📋 copy color: '#B547FC'

red 181 ◦ green 71 ◦ blue 252

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

Shades of Medium Orchid #B547FC

Tints of Medium Orchid #B547FC

RGB

 RED value IS 181 (71.09% from 255) = 35.91%

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

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

R = 35.91%
G = 14.09%
B = 50%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B547FC (or 0xB547FC) is known color: Medium Orchid. HEX triplet: B5, 47 and FC. RGB value is (181,71,252). Sum of RGB (Red+Green+Blue) = 181+71+252=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 71 (28.12% from 255 or 14.09% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #B547FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547FC is #4AB803. Grayscale: #7B7B7B. Windows color (decimal): -4896772 or 16533429. OLE color: 16533429.

HSL color Cylindrical-coordinate representation of color #B547FC: hue angle of 276.46º 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 #B547FC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 71 252 -
CMYK 0.28 0.72 0 0.01
HSL 276.46º 0.97% 0.63% -
HSV(B) 276.46º 0.72% 0.99% -
XYZ 38.88 21.36 94.17 -
YUV 124.52 199.94 168.28 -
System Red Green Blue C M Y K H S L
Decimal 181 71 252 0.28 0.72 0 0.01 276.46 0.97 0.63
Hex B5 47 FC 1C 48 0 1 114 61 3F
Octal 265 107 374 34 110 0 1 424 141 77
Binary 10110101 1000111 11111100 11100 1001000 0 1 100010100 1100001 111111

Color Harmonies of #B547FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547FC

Black with #B547FC

Text Example


Text Example

White with #B547FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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