Html Css Color HEX #B542FD Medium Orchid

📋 copy color: '#B542FD'

red 181 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #B542FD

Tints of Medium Orchid #B542FD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.2%

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

R = 36.2%
G = 13.2%
B = 50.6%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B542FD (or 0xB542FD) is known color: Medium Orchid. HEX triplet: B5, 42 and FD. RGB value is (181,66,253). Sum of RGB (Red+Green+Blue) = 181+66+253=500 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.2% from 500); Green value is 66 (26.17% from 255 or 13.2% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B542FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B542FD is #4ABD02. Grayscale: #797979. Windows color (decimal): -4898051 or 16597685. OLE color: 16597685.

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

Color convert

RGB 181 66 253 -
CMYK 0.28 0.74 0 0.01
HSL 276.9º 0.98% 0.63% -
HSV(B) 276.9º 0.74% 0.99% -
XYZ 38.73 20.81 94.9 -
YUV 121.7 202.1 170.29 -
System Red Green Blue C M Y K H S L
Decimal 181 66 253 0.28 0.74 0 0.01 276.9 0.98 0.63
Hex B5 42 FD 1C 4A 0 1 115 62 3F
Octal 265 102 375 34 112 0 1 425 142 77
Binary 10110101 1000010 11111101 11100 1001010 0 1 100010101 1100010 111111

Color Harmonies of #B542FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B542FD

Black with #B542FD

Text Example


Text Example

White with #B542FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B542FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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