Html Css Color HEX #B53FFC Medium Orchid

📋 copy color: '#B53FFC'

red 181 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #B53FFC

Tints of Medium Orchid #B53FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.7%

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 36.49%
G = 12.7%
B = 50.81%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B53FFC (or 0xB53FFC) is known color: Medium Orchid. HEX triplet: B5, 3F and FC. RGB value is (181,63,252). Sum of RGB (Red+Green+Blue) = 181+63+252=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 63 (25% from 255 or 12.70% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B53FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FFC is #4AC003. Grayscale: #777777. Windows color (decimal): -4898820 or 16531381. OLE color: 16531381.

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

Color convert

RGB 181 63 252 -
CMYK 0.28 0.75 0 0.01
HSL 277.46º 0.97% 0.62% -
HSV(B) 277.46º 0.75% 0.99% -
XYZ 38.4 20.41 94.01 -
YUV 119.83 202.59 171.63 -
System Red Green Blue C M Y K H S L
Decimal 181 63 252 0.28 0.75 0 0.01 277.46 0.97 0.62
Hex B5 3F FC 1C 4B 0 1 115 61 3E
Octal 265 77 374 34 113 0 1 425 141 76
Binary 10110101 111111 11111100 11100 1001011 0 1 100010101 1100001 111110

Color Harmonies of #B53FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FFC

Black with #B53FFC

Text Example


Text Example

White with #B53FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FFC; }

 p { color: rgb(181,63,252); }

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

background-color css

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

 a { background-color: rgb(181,63,252); }

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

border-color css

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

 span { border-color: rgb(181,63,252); }

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