Html Css Color HEX #B536D3 Medium Orchid

📋 copy color: '#B536D3'

red 181 ◦ green 54 ◦ blue 211

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

Shades of Medium Orchid #B536D3

Tints of Medium Orchid #B536D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 47.31%

R = 40.58%
G = 12.11%
B = 47.31%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B536D3 (or 0xB536D3) is known color: Medium Orchid. HEX triplet: B5, 36 and D3. RGB value is (181,54,211). Sum of RGB (Red+Green+Blue) = 181+54+211=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 54 (21.48% from 255 or 12.11% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 211 - color contains mainly: blue. Hex color #B536D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B536D3 is #4AC92C. Grayscale: #6D6D6D. Windows color (decimal): -4901165 or 13842101. OLE color: 13842101.

HSL color Cylindrical-coordinate representation of color #B536D3: hue angle of 288.54º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B536D3 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 54 211 -
CMYK 0.14 0.74 0 0.17
HSL 288.54º 0.64% 0.52% -
HSV(B) 288.54º 0.74% 0.83% -
XYZ 32.13 17.17 63.25 -
YUV 109.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 181 54 211 0.14 0.74 0 0.17 288.54 0.64 0.52
Hex B5 36 D3 E 4A 0 11 121 40 34
Octal 265 66 323 16 112 0 21 441 100 64
Binary 10110101 110110 11010011 1110 1001010 0 10001 100100001 1000000 110100

Color Harmonies of #B536D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B536D3

Black with #B536D3

Text Example


Text Example

White with #B536D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B536D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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