Html Css Color HEX #B153DD Medium Orchid

📋 copy color: '#B153DD'

red 177 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #B153DD

Tints of Medium Orchid #B153DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

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

R = 36.8%
G = 17.26%
B = 45.95%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B153DD (or 0xB153DD) is known color: Medium Orchid. HEX triplet: B1, 53 and DD. RGB value is (177,83,221). Sum of RGB (Red+Green+Blue) = 177+83+221=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #B153DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B153DD is #4EAC22. Grayscale: #7E7E7E. Windows color (decimal): -5155875 or 14504881. OLE color: 14504881.

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

Color convert

RGB 177 83 221 -
CMYK 0.20 0.62 0 0.13
HSL 280.87º 0.67% 0.6% -
HSV(B) 280.87º 0.62% 0.87% -
XYZ 34.28 20.75 70.61 -
YUV 126.84 181.14 163.78 -
System Red Green Blue C M Y K H S L
Decimal 177 83 221 0.20 0.62 0 0.13 280.87 0.67 0.6
Hex B1 53 DD 14 3E 0 D 119 43 3C
Octal 261 123 335 24 76 0 15 431 103 74
Binary 10110001 1010011 11011101 10100 111110 0 1101 100011001 1000011 111100

Color Harmonies of #B153DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B153DD

Black with #B153DD

Text Example


Text Example

White with #B153DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B153DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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