Html Css Color HEX #B53EFF Medium Orchid

📋 copy color: '#B53EFF'

red 181 ◦ green 62 ◦ blue 255

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

Shades of Medium Orchid #B53EFF

Tints of Medium Orchid #B53EFF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.45%

 BLUE value IS 255 (100% from 255) = 51.2%

R = 36.35%
G = 12.45%
B = 51.2%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B53EFF (or 0xB53EFF) is known color: Medium Orchid. HEX triplet: B5, 3E and FF. RGB value is (181,62,255). Sum of RGB (Red+Green+Blue) = 181+62+255=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B53EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EFF is #4AC100. Grayscale: #767676. Windows color (decimal): -4899073 or 16727733. OLE color: 16727733.

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

Color convert

RGB 181 62 255 -
CMYK 0.29 0.76 0 0
HSL 276.99º 1% 0.62% -
HSV(B) 276.99º 0.76% 1% -
XYZ 38.83 20.49 96.52 -
YUV 119.58 204.42 171.81 -
System Red Green Blue C M Y K H S L
Decimal 181 62 255 0.29 0.76 0 0 276.99 1 0.62
Hex B5 3E FF 1D 4C 0 0 115 64 3E
Octal 265 76 377 35 114 0 0 425 144 76
Binary 10110101 111110 11111111 11101 1001100 0 0 100010101 1100100 111110

Color Harmonies of #B53EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53EFF

Black with #B53EFF

Text Example


Text Example

White with #B53EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53EFF; }

 p { color: rgb(181,62,255); }

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

background-color css

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

 a { background-color: rgb(181,62,255); }

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

border-color css

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

 span { border-color: rgb(181,62,255); }

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