Html Css Color HEX #B547FD Medium Orchid

📋 copy color: '#B547FD'

red 181 ◦ green 71 ◦ blue 253

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

Shades of Medium Orchid #B547FD

Tints of Medium Orchid #B547FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.1%

R = 35.84%
G = 14.06%
B = 50.1%

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

#B547FD (or 0xB547FD) is known color: Medium Orchid. HEX triplet: B5, 47 and FD. RGB value is (181,71,253). Sum of RGB (Red+Green+Blue) = 181+71+253=505 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.84% from 505); Green value is 71 (28.12% from 255 or 14.06% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #B547FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B547FD is #4AB802. Grayscale: #7C7C7C. Windows color (decimal): -4896771 or 16598965. OLE color: 16598965.

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

Color convert

RGB 181 71 253 -
CMYK 0.28 0.72 0 0.01
HSL 276.26º 0.98% 0.64% -
HSV(B) 276.26º 0.72% 0.99% -
XYZ 39.04 21.42 95.01 -
YUV 124.64 200.44 168.2 -
System Red Green Blue C M Y K H S L
Decimal 181 71 253 0.28 0.72 0 0.01 276.26 0.98 0.64
Hex B5 47 FD 1C 48 0 1 114 62 40
Octal 265 107 375 34 110 0 1 424 142 100
Binary 10110101 1000111 11111101 11100 1001000 0 1 100010100 1100010 1000000

Color Harmonies of #B547FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B547FD

Black with #B547FD

Text Example


Text Example

White with #B547FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B547FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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