Html Css Color HEX #B544FE Medium Orchid

📋 copy color: '#B544FE'

red 181 ◦ green 68 ◦ blue 254

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

Shades of Medium Orchid #B544FE

Tints of Medium Orchid #B544FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 35.98%
G = 13.52%
B = 50.5%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B544FE (or 0xB544FE) is known color: Medium Orchid. HEX triplet: B5, 44 and FE. RGB value is (181,68,254). Sum of RGB (Red+Green+Blue) = 181+68+254=503 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.98% from 503); Green value is 68 (26.95% from 255 or 13.52% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #B544FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B544FE is #4ABB01. Grayscale: #7A7A7A. Windows color (decimal): -4897538 or 16663733. OLE color: 16663733.

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

Color convert

RGB 181 68 254 -
CMYK 0.29 0.73 0 0.00
HSL 276.45º 0.99% 0.63% -
HSV(B) 276.45º 0.73% 1% -
XYZ 39.01 21.11 95.79 -
YUV 122.99 201.94 169.38 -
System Red Green Blue C M Y K H S L
Decimal 181 68 254 0.29 0.73 0 0.00 276.45 0.99 0.63
Hex B5 44 FE 1D 49 0 0 114 63 3F
Octal 265 104 376 35 111 0 0 424 143 77
Binary 10110101 1000100 11111110 11101 1001001 0 0 100010100 1100011 111111

Color Harmonies of #B544FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B544FE

Black with #B544FE

Text Example


Text Example

White with #B544FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B544FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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