Html Css Color HEX #B152DD Medium Orchid

📋 copy color: '#B152DD'

red 177 ◦ green 82 ◦ blue 221

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

Shades of Medium Orchid #B152DD

Tints of Medium Orchid #B152DD

RGB

 RED value IS 177 (69.53% from 255) = 36.88%

 GREEN value IS 82 (32.42% from 255) = 17.08%

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

R = 36.88%
G = 17.08%
B = 46.04%

CMYK

 C value IS 0.20

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B152DD (or 0xB152DD) is known color: Medium Orchid. HEX triplet: B1, 52 and DD. RGB value is (177,82,221). Sum of RGB (Red+Green+Blue) = 177+82+221=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #B152DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B152DD is #4EAD22. Grayscale: #7D7D7D. Windows color (decimal): -5156131 or 14504625. OLE color: 14504625.

HSL color Cylindrical-coordinate representation of color #B152DD: hue angle of 281.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B152DD is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 82 221 -
CMYK 0.20 0.63 0 0.13
HSL 281.01º 0.67% 0.59% -
HSV(B) 281.01º 0.63% 0.87% -
XYZ 34.2 20.6 70.58 -
YUV 126.25 181.47 164.2 -
System Red Green Blue C M Y K H S L
Decimal 177 82 221 0.20 0.63 0 0.13 281.01 0.67 0.59
Hex B1 52 DD 14 3F 0 D 119 43 3B
Octal 261 122 335 24 77 0 15 431 103 73
Binary 10110001 1010010 11011101 10100 111111 0 1101 100011001 1000011 111011

Color Harmonies of #B152DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B152DD

Black with #B152DD

Text Example


Text Example

White with #B152DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B152DD; }

 p { color: rgb(177,82,221); }

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

background-color css

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

 a { background-color: rgb(177,82,221); }

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

border-color css

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

 span { border-color: rgb(177,82,221); }

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