Html Css Color HEX #B53DF6 Medium Orchid

📋 copy color: '#B53DF6'

red 181 ◦ green 61 ◦ blue 246

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

Shades of Medium Orchid #B53DF6

Tints of Medium Orchid #B53DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.41%

R = 37.09%
G = 12.5%
B = 50.41%

CMYK

 C value IS 0.26

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B53DF6 (or 0xB53DF6) is known color: Medium Orchid. HEX triplet: B5, 3D and F6. RGB value is (181,61,246). Sum of RGB (Red+Green+Blue) = 181+61+246=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #B53DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53DF6 is #4AC209. Grayscale: #757575. Windows color (decimal): -4899338 or 16137653. OLE color: 16137653.

HSL color Cylindrical-coordinate representation of color #B53DF6: hue angle of 278.92º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53DF6 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 181 61 246 -
CMYK 0.26 0.75 0 0.04
HSL 278.92º 0.91% 0.6% -
HSV(B) 278.92º 0.75% 0.96% -
XYZ 37.36 19.82 89.04 -
YUV 117.97 200.26 172.96 -
System Red Green Blue C M Y K H S L
Decimal 181 61 246 0.26 0.75 0 0.04 278.92 0.91 0.6
Hex B5 3D F6 1A 4B 0 4 117 5B 3C
Octal 265 75 366 32 113 0 4 427 133 74
Binary 10110101 111101 11110110 11010 1001011 0 100 100010111 1011011 111100

Color Harmonies of #B53DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DF6

Black with #B53DF6

Text Example


Text Example

White with #B53DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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