Html Css Color HEX #B539DA Medium Orchid

📋 copy color: '#B539DA'

red 181 ◦ green 57 ◦ blue 218

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

Shades of Medium Orchid #B539DA

Tints of Medium Orchid #B539DA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.5%

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

R = 39.69%
G = 12.5%
B = 47.81%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B539DA (or 0xB539DA) is known color: Medium Orchid. HEX triplet: B5, 39 and DA. RGB value is (181,57,218). Sum of RGB (Red+Green+Blue) = 181+57+218=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 57 (22.66% from 255 or 12.5% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #B539DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539DA is #4AC625. Grayscale: #6F6F6F. Windows color (decimal): -4900390 or 14301621. OLE color: 14301621.

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

Color convert

RGB 181 57 218 -
CMYK 0.17 0.74 0 0.15
HSL 286.21º 0.69% 0.54% -
HSV(B) 286.21º 0.74% 0.85% -
XYZ 33.17 17.81 68.02 -
YUV 112.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 181 57 218 0.17 0.74 0 0.15 286.21 0.69 0.54
Hex B5 39 DA 11 4A 0 F 11E 45 36
Octal 265 71 332 21 112 0 17 436 105 66
Binary 10110101 111001 11011010 10001 1001010 0 1111 100011110 1000101 110110

Color Harmonies of #B539DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539DA

Black with #B539DA

Text Example


Text Example

White with #B539DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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