Html Css Color HEX #B543FE Medium Orchid

📋 copy color: '#B543FE'

red 181 ◦ green 67 ◦ blue 254

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

Shades of Medium Orchid #B543FE

Tints of Medium Orchid #B543FE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.35%

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

R = 36.06%
G = 13.35%
B = 50.6%

CMYK

 C value IS 0.29

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B543FE (or 0xB543FE) is known color: Medium Orchid. HEX triplet: B5, 43 and FE. RGB value is (181,67,254). Sum of RGB (Red+Green+Blue) = 181+67+254=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 67 (26.56% from 255 or 13.35% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #B543FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B543FE is #4ABC01. Grayscale: #797979. Windows color (decimal): -4897794 or 16663477. OLE color: 16663477.

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

Color convert

RGB 181 67 254 -
CMYK 0.29 0.74 0 0.00
HSL 276.58º 0.99% 0.63% -
HSV(B) 276.58º 0.74% 1% -
XYZ 38.95 20.99 95.77 -
YUV 122.4 202.27 169.79 -
System Red Green Blue C M Y K H S L
Decimal 181 67 254 0.29 0.74 0 0.00 276.58 0.99 0.63
Hex B5 43 FE 1D 4A 0 0 115 63 3F
Octal 265 103 376 35 112 0 0 425 143 77
Binary 10110101 1000011 11111110 11101 1001010 0 0 100010101 1100011 111111

Color Harmonies of #B543FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B543FE

Black with #B543FE

Text Example


Text Example

White with #B543FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B543FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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