Html Css Color HEX #B53DFB Medium Orchid

📋 copy color: '#B53DFB'

red 181 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #B53DFB

Tints of Medium Orchid #B53DFB

RGB

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

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

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

R = 36.71%
G = 12.37%
B = 50.91%

CMYK

 C value IS 0.28

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B53DFB (or 0xB53DFB) is known color: Medium Orchid. HEX triplet: B5, 3D and FB. RGB value is (181,61,251). Sum of RGB (Red+Green+Blue) = 181+61+251=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #B53DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53DFB is #4AC204. Grayscale: #757575. Windows color (decimal): -4899333 or 16465333. OLE color: 16465333.

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

Color convert

RGB 181 61 251 -
CMYK 0.28 0.76 0 0.02
HSL 277.89º 0.96% 0.61% -
HSV(B) 277.89º 0.76% 0.98% -
XYZ 38.14 20.13 93.14 -
YUV 118.54 202.76 172.55 -
System Red Green Blue C M Y K H S L
Decimal 181 61 251 0.28 0.76 0 0.02 277.89 0.96 0.61
Hex B5 3D FB 1C 4C 0 2 116 60 3D
Octal 265 75 373 34 114 0 2 426 140 75
Binary 10110101 111101 11111011 11100 1001100 0 10 100010110 1100000 111101

Color Harmonies of #B53DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DFB

Black with #B53DFB

Text Example


Text Example

White with #B53DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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