Html Css Color HEX #B547FB Medium Orchid

📋 copy color: '#B547FB'

red 181 ◦ green 71 ◦ blue 251

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

Shades of Medium Orchid #B547FB

Tints of Medium Orchid #B547FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 35.98%
G = 14.12%
B = 49.9%

CMYK

 C value IS 0.28

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B547FB (or 0xB547FB) is known color: Medium Orchid. HEX triplet: B5, 47 and FB. RGB value is (181,71,251). Sum of RGB (Red+Green+Blue) = 181+71+251=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #B547FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547FB is #4AB804. Grayscale: #7B7B7B. Windows color (decimal): -4896773 or 16467893. OLE color: 16467893.

HSL color Cylindrical-coordinate representation of color #B547FB: hue angle of 276.67º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B547FB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 71 251 -
CMYK 0.28 0.72 0 0.02
HSL 276.67º 0.96% 0.63% -
HSV(B) 276.67º 0.72% 0.98% -
XYZ 38.72 21.3 93.34 -
YUV 124.41 199.44 168.36 -
System Red Green Blue C M Y K H S L
Decimal 181 71 251 0.28 0.72 0 0.02 276.67 0.96 0.63
Hex B5 47 FB 1C 48 0 2 115 60 3F
Octal 265 107 373 34 110 0 2 425 140 77
Binary 10110101 1000111 11111011 11100 1001000 0 10 100010101 1100000 111111

Color Harmonies of #B547FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547FB

Black with #B547FB

Text Example


Text Example

White with #B547FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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