Html Css Color HEX #B53FFB Medium Orchid

📋 copy color: '#B53FFB'

red 181 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #B53FFB

Tints of Medium Orchid #B53FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.71%

R = 36.57%
G = 12.73%
B = 50.71%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B53FFB (or 0xB53FFB) is known color: Medium Orchid. HEX triplet: B5, 3F and FB. RGB value is (181,63,251). Sum of RGB (Red+Green+Blue) = 181+63+251=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #B53FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FFB is #4AC004. Grayscale: #777777. Windows color (decimal): -4898821 or 16465845. OLE color: 16465845.

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

Color convert

RGB 181 63 251 -
CMYK 0.28 0.75 0 0.02
HSL 277.66º 0.96% 0.62% -
HSV(B) 277.66º 0.75% 0.98% -
XYZ 38.25 20.34 93.18 -
YUV 119.71 202.09 171.71 -
System Red Green Blue C M Y K H S L
Decimal 181 63 251 0.28 0.75 0 0.02 277.66 0.96 0.62
Hex B5 3F FB 1C 4B 0 2 116 60 3E
Octal 265 77 373 34 113 0 2 426 140 76
Binary 10110101 111111 11111011 11100 1001011 0 10 100010110 1100000 111110

Color Harmonies of #B53FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FFB

Black with #B53FFB

Text Example


Text Example

White with #B53FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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