Html Css Color HEX #B53DFF Medium Orchid

📋 copy color: '#B53DFF'

red 181 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #B53DFF

Tints of Medium Orchid #B53DFF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.27%

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

R = 36.42%
G = 12.27%
B = 51.31%

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

#B53DFF (or 0xB53DFF) is known color: Medium Orchid. HEX triplet: B5, 3D and FF. RGB value is (181,61,255). Sum of RGB (Red+Green+Blue) = 181+61+255=497 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.42% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #B53DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53DFF is #4AC200. Grayscale: #767676. Windows color (decimal): -4899329 or 16727477. OLE color: 16727477.

HSL color Cylindrical-coordinate representation of color #B53DFF: hue angle of 277.11º 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 #B53DFF is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 61 255 -
CMYK 0.29 0.76 0 0
HSL 277.11º 1% 0.62% -
HSV(B) 277.11º 0.76% 1% -
XYZ 38.77 20.38 96.5 -
YUV 119 204.76 172.23 -
System Red Green Blue C M Y K H S L
Decimal 181 61 255 0.29 0.76 0 0 277.11 1 0.62
Hex B5 3D FF 1D 4C 0 0 115 64 3E
Octal 265 75 377 35 114 0 0 425 144 76
Binary 10110101 111101 11111111 11101 1001100 0 0 100010101 1100100 111110

Color Harmonies of #B53DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DFF

Black with #B53DFF

Text Example


Text Example

White with #B53DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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