Html Css Color HEX #B544FD Medium Orchid

📋 copy color: '#B544FD'

red 181 ◦ green 68 ◦ blue 253

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

Shades of Medium Orchid #B544FD

Tints of Medium Orchid #B544FD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.55%

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

R = 36.06%
G = 13.55%
B = 50.4%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B544FD (or 0xB544FD) is known color: Medium Orchid. HEX triplet: B5, 44 and FD. RGB value is (181,68,253). Sum of RGB (Red+Green+Blue) = 181+68+253=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 68 (26.95% from 255 or 13.55% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #B544FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544FD is #4ABB02. Grayscale: #7A7A7A. Windows color (decimal): -4897539 or 16598197. OLE color: 16598197.

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

Color convert

RGB 181 68 253 -
CMYK 0.28 0.73 0 0.01
HSL 276.65º 0.98% 0.63% -
HSV(B) 276.65º 0.73% 0.99% -
XYZ 38.85 21.05 94.94 -
YUV 122.88 201.44 169.46 -
System Red Green Blue C M Y K H S L
Decimal 181 68 253 0.28 0.73 0 0.01 276.65 0.98 0.63
Hex B5 44 FD 1C 49 0 1 115 62 3F
Octal 265 104 375 34 111 0 1 425 142 77
Binary 10110101 1000100 11111101 11100 1001001 0 1 100010101 1100010 111111

Color Harmonies of #B544FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544FD

Black with #B544FD

Text Example


Text Example

White with #B544FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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