Html Css Color HEX #B53FDA Medium Orchid

📋 copy color: '#B53FDA'

red 181 ◦ green 63 ◦ blue 218

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

Shades of Medium Orchid #B53FDA

Tints of Medium Orchid #B53FDA

RGB

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

 GREEN value IS 63 (25% from 255) = 13.64%

 BLUE value IS 218 (85.55% from 255) = 47.19%

R = 39.18%
G = 13.64%
B = 47.19%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B53FDA (or 0xB53FDA) is known color: Medium Orchid. HEX triplet: B5, 3F and DA. RGB value is (181,63,218). Sum of RGB (Red+Green+Blue) = 181+63+218=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B53FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FDA is #4AC025. Grayscale: #737373. Windows color (decimal): -4898854 or 14303157. OLE color: 14303157.

HSL color Cylindrical-coordinate representation of color #B53FDA: hue angle of 285.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53FDA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 63 218 -
CMYK 0.17 0.71 0 0.15
HSL 285.68º 0.68% 0.55% -
HSV(B) 285.68º 0.71% 0.85% -
XYZ 33.49 18.44 68.12 -
YUV 115.95 185.59 174.4 -
System Red Green Blue C M Y K H S L
Decimal 181 63 218 0.17 0.71 0 0.15 285.68 0.68 0.55
Hex B5 3F DA 11 47 0 F 11E 44 37
Octal 265 77 332 21 107 0 17 436 104 67
Binary 10110101 111111 11011010 10001 1000111 0 1111 100011110 1000100 110111

Color Harmonies of #B53FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53FDA

Black with #B53FDA

Text Example


Text Example

White with #B53FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53FDA; }

 p { color: rgb(181,63,218); }

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

background-color css

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

 a { background-color: rgb(181,63,218); }

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

border-color css

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

 span { border-color: rgb(181,63,218); }

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