Html Css Color HEX #B539C8 Medium Orchid

📋 copy color: '#B539C8'

red 181 ◦ green 57 ◦ blue 200

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

Shades of Medium Orchid #B539C8

Tints of Medium Orchid #B539C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.66%

R = 41.32%
G = 13.01%
B = 45.66%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B539C8 (or 0xB539C8) is known color: Medium Orchid. HEX triplet: B5, 39 and C8. RGB value is (181,57,200). Sum of RGB (Red+Green+Blue) = 181+57+200=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #B539C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B539C8 is #4AC637. Grayscale: #6D6D6D. Windows color (decimal): -4900408 or 13121973. OLE color: 13121973.

HSL color Cylindrical-coordinate representation of color #B539C8: hue angle of 292.03º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B539C8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 181 57 200 -
CMYK 0.09 0.72 0 0.22
HSL 292.03º 0.57% 0.5% -
HSV(B) 292.03º 0.72% 0.78% -
XYZ 30.94 16.92 56.28 -
YUV 110.38 178.58 178.37 -
System Red Green Blue C M Y K H S L
Decimal 181 57 200 0.09 0.72 0 0.22 292.03 0.57 0.5
Hex B5 39 C8 9 48 0 16 124 39 32
Octal 265 71 310 11 110 0 26 444 71 62
Binary 10110101 111001 11001000 1001 1001000 0 10110 100100100 111001 110010

Color Harmonies of #B539C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B539C8

Black with #B539C8

Text Example


Text Example

White with #B539C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B539C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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