Html Css Color HEX #B536DD Medium Orchid

📋 copy color: '#B536DD'

red 181 ◦ green 54 ◦ blue 221

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

Shades of Medium Orchid #B536DD

Tints of Medium Orchid #B536DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 39.69%
G = 11.84%
B = 48.46%

CMYK

 C value IS 0.18

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B536DD (or 0xB536DD) is known color: Medium Orchid. HEX triplet: B5, 36 and DD. RGB value is (181,54,221). Sum of RGB (Red+Green+Blue) = 181+54+221=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 54 (21.48% from 255 or 11.84% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #B536DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536DD is #4AC922. Grayscale: #6E6E6E. Windows color (decimal): -4901155 or 14497461. OLE color: 14497461.

HSL color Cylindrical-coordinate representation of color #B536DD: hue angle of 285.63º degrees, saturation: 0.71, 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 #B536DD is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 54 221 -
CMYK 0.18 0.76 0 0.13
HSL 285.63º 0.71% 0.54% -
HSV(B) 285.63º 0.76% 0.87% -
XYZ 33.43 17.68 70.06 -
YUV 111.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 181 54 221 0.18 0.76 0 0.13 285.63 0.71 0.54
Hex B5 36 DD 12 4C 0 D 11E 47 36
Octal 265 66 335 22 114 0 15 436 107 66
Binary 10110101 110110 11011101 10010 1001100 0 1101 100011110 1000111 110110

Color Harmonies of #B536DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536DD

Black with #B536DD

Text Example


Text Example

White with #B536DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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