Html Css Color HEX #B53BFF Medium Orchid

📋 copy color: '#B53BFF'

red 181 ◦ green 59 ◦ blue 255

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

Shades of Medium Orchid #B53BFF

Tints of Medium Orchid #B53BFF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.92%

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

R = 36.57%
G = 11.92%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B53BFF (or 0xB53BFF) is known color: Medium Orchid. HEX triplet: B5, 3B and FF. RGB value is (181,59,255). Sum of RGB (Red+Green+Blue) = 181+59+255=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 59 (23.44% from 255 or 11.92% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #B53BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53BFF is #4AC400. Grayscale: #757575. Windows color (decimal): -4899841 or 16726965. OLE color: 16726965.

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

Color convert

RGB 181 59 255 -
CMYK 0.29 0.77 0 0
HSL 277.35º 1% 0.62% -
HSV(B) 277.35º 0.77% 1% -
XYZ 38.67 20.17 96.46 -
YUV 117.82 205.42 173.06 -
System Red Green Blue C M Y K H S L
Decimal 181 59 255 0.29 0.77 0 0 277.35 1 0.62
Hex B5 3B FF 1D 4D 0 0 115 64 3E
Octal 265 73 377 35 115 0 0 425 144 76
Binary 10110101 111011 11111111 11101 1001101 0 0 100010101 1100100 111110

Color Harmonies of #B53BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53BFF

Black with #B53BFF

Text Example


Text Example

White with #B53BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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