Html Css Color HEX #B536DF Medium Orchid

📋 copy color: '#B536DF'

red 181 ◦ green 54 ◦ blue 223

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

Shades of Medium Orchid #B536DF

Tints of Medium Orchid #B536DF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.79%

 BLUE value IS 223 (87.5% from 255) = 48.69%

R = 39.52%
G = 11.79%
B = 48.69%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B536DF (or 0xB536DF) is known color: Medium Orchid. HEX triplet: B5, 36 and DF. RGB value is (181,54,223). Sum of RGB (Red+Green+Blue) = 181+54+223=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 54 (21.48% from 255 or 11.79% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #B536DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536DF is #4AC920. Grayscale: #6E6E6E. Windows color (decimal): -4901153 or 14628533. OLE color: 14628533.

HSL color Cylindrical-coordinate representation of color #B536DF: hue angle of 285.09º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B536DF is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 54 223 -
CMYK 0.19 0.76 0 0.13
HSL 285.09º 0.73% 0.54% -
HSV(B) 285.09º 0.76% 0.87% -
XYZ 33.69 17.79 71.47 -
YUV 111.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 181 54 223 0.19 0.76 0 0.13 285.09 0.73 0.54
Hex B5 36 DF 13 4C 0 D 11D 49 36
Octal 265 66 337 23 114 0 15 435 111 66
Binary 10110101 110110 11011111 10011 1001100 0 1101 100011101 1001001 110110

Color Harmonies of #B536DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536DF

Black with #B536DF

Text Example


Text Example

White with #B536DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536DF; }

 p { color: rgb(181,54,223); }

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

background-color css

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

 a { background-color: rgb(181,54,223); }

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

border-color css

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

 span { border-color: rgb(181,54,223); }

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