Html Css Color HEX #B538DD Medium Orchid

📋 copy color: '#B538DD'

red 181 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #B538DD

Tints of Medium Orchid #B538DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.23%

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

R = 39.52%
G = 12.23%
B = 48.25%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B538DD (or 0xB538DD) is known color: Medium Orchid. HEX triplet: B5, 38 and DD. RGB value is (181,56,221). Sum of RGB (Red+Green+Blue) = 181+56+221=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 56 (22.27% from 255 or 12.23% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #B538DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B538DD is #4AC722. Grayscale: #6F6F6F. Windows color (decimal): -4900643 or 14497973. OLE color: 14497973.

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

Color convert

RGB 181 56 221 -
CMYK 0.18 0.75 0 0.13
HSL 285.45º 0.71% 0.54% -
HSV(B) 285.45º 0.75% 0.87% -
XYZ 33.52 17.87 70.09 -
YUV 112.19 189.41 177.08 -
System Red Green Blue C M Y K H S L
Decimal 181 56 221 0.18 0.75 0 0.13 285.45 0.71 0.54
Hex B5 38 DD 12 4B 0 D 11D 47 36
Octal 265 70 335 22 113 0 15 435 107 66
Binary 10110101 111000 11011101 10010 1001011 0 1101 100011101 1000111 110110

Color Harmonies of #B538DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B538DD

Black with #B538DD

Text Example


Text Example

White with #B538DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B538DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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