Html Css Color HEX #B53EF2 Medium Orchid

📋 copy color: '#B53EF2'

red 181 ◦ green 62 ◦ blue 242

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

Shades of Medium Orchid #B53EF2

Tints of Medium Orchid #B53EF2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.78%

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 37.32%
G = 12.78%
B = 49.9%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B53EF2 (or 0xB53EF2) is known color: Medium Orchid. HEX triplet: B5, 3E and F2. RGB value is (181,62,242). Sum of RGB (Red+Green+Blue) = 181+62+242=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 62 (24.61% from 255 or 12.78% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #B53EF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EF2 is #4AC10D. Grayscale: #757575. Windows color (decimal): -4899086 or 15875765. OLE color: 15875765.

HSL color Cylindrical-coordinate representation of color #B53EF2: hue angle of 279.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B53EF2 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 62 242 -
CMYK 0.25 0.74 0 0.05
HSL 279.67º 0.87% 0.6% -
HSV(B) 279.67º 0.74% 0.95% -
XYZ 36.81 19.68 85.86 -
YUV 118.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 181 62 242 0.25 0.74 0 0.05 279.67 0.87 0.6
Hex B5 3E F2 19 4A 0 5 118 57 3C
Octal 265 76 362 31 112 0 5 430 127 74
Binary 10110101 111110 11110010 11001 1001010 0 101 100011000 1010111 111100

Color Harmonies of #B53EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53EF2

Black with #B53EF2

Text Example


Text Example

White with #B53EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53EF2; }

 p { color: rgb(181,62,242); }

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

background-color css

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

 a { background-color: rgb(181,62,242); }

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

border-color css

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

 span { border-color: rgb(181,62,242); }

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