Html Css Color HEX #B53AF3 Medium Orchid

📋 copy color: '#B53AF3'

red 181 ◦ green 58 ◦ blue 243

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

Shades of Medium Orchid #B53AF3

Tints of Medium Orchid #B53AF3

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.03%

 BLUE value IS 243 (95.31% from 255) = 50.41%

R = 37.55%
G = 12.03%
B = 50.41%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B53AF3 (or 0xB53AF3) is known color: Medium Orchid. HEX triplet: B5, 3A and F3. RGB value is (181,58,243). Sum of RGB (Red+Green+Blue) = 181+58+243=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 58 (23.05% from 255 or 12.03% from 482); Blue value is 243 (95.31% from 255 or 50.41% from 482); Max value from RGB is 243 - color contains mainly: blue. Hex color #B53AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53AF3 is #4AC50C. Grayscale: #737373. Windows color (decimal): -4900109 or 15940277. OLE color: 15940277.

HSL color Cylindrical-coordinate representation of color #B53AF3: hue angle of 279.89º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B53AF3 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 58 243 -
CMYK 0.26 0.76 0 0.05
HSL 279.89º 0.89% 0.59% -
HSV(B) 279.89º 0.76% 0.95% -
XYZ 36.75 19.32 86.59 -
YUV 115.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 181 58 243 0.26 0.76 0 0.05 279.89 0.89 0.59
Hex B5 3A F3 1A 4C 0 5 118 59 3B
Octal 265 72 363 32 114 0 5 430 131 73
Binary 10110101 111010 11110011 11010 1001100 0 101 100011000 1011001 111011

Color Harmonies of #B53AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53AF3

Black with #B53AF3

Text Example


Text Example

White with #B53AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53AF3; }

 p { color: rgb(181,58,243); }

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

background-color css

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

 a { background-color: rgb(181,58,243); }

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

border-color css

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

 span { border-color: rgb(181,58,243); }

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