Html Css Color HEX #B53DEC Medium Orchid

📋 copy color: '#B53DEC'

red 181 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #B53DEC

Tints of Medium Orchid #B53DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 37.87%
G = 12.76%
B = 49.37%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B53DEC (or 0xB53DEC) is known color: Medium Orchid. HEX triplet: B5, 3D and EC. RGB value is (181,61,236). Sum of RGB (Red+Green+Blue) = 181+61+236=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 61 (24.22% from 255 or 12.76% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #B53DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53DEC is #4AC213. Grayscale: #747474. Windows color (decimal): -4899348 or 15482293. OLE color: 15482293.

HSL color Cylindrical-coordinate representation of color #B53DEC: hue angle of 281.14º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53DEC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 61 236 -
CMYK 0.23 0.74 0 0.07
HSL 281.14º 0.82% 0.58% -
HSV(B) 281.14º 0.74% 0.93% -
XYZ 35.87 19.22 81.18 -
YUV 116.83 195.26 173.77 -
System Red Green Blue C M Y K H S L
Decimal 181 61 236 0.23 0.74 0 0.07 281.14 0.82 0.58
Hex B5 3D EC 17 4A 0 7 119 52 3A
Octal 265 75 354 27 112 0 7 431 122 72
Binary 10110101 111101 11101100 10111 1001010 0 111 100011001 1010010 111010

Color Harmonies of #B53DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53DEC

Black with #B53DEC

Text Example


Text Example

White with #B53DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53DEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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