Html Css Color HEX #B154DD Medium Orchid

📋 copy color: '#B154DD'

red 177 ◦ green 84 ◦ blue 221

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

Shades of Medium Orchid #B154DD

Tints of Medium Orchid #B154DD

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.43%

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

R = 36.72%
G = 17.43%
B = 45.85%

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

#B154DD (or 0xB154DD) is known color: Medium Orchid. HEX triplet: B1, 54 and DD. RGB value is (177,84,221). Sum of RGB (Red+Green+Blue) = 177+84+221=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #B154DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154DD is #4EAB22. Grayscale: #7E7E7E. Windows color (decimal): -5155619 or 14505137. OLE color: 14505137.

HSL color Cylindrical-coordinate representation of color #B154DD: hue angle of 280.73º 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 #B154DD is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 84 221 -
CMYK 0.20 0.62 0 0.13
HSL 280.73º 0.67% 0.6% -
HSV(B) 280.73º 0.62% 0.87% -
XYZ 34.35 20.91 70.63 -
YUV 127.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 177 84 221 0.20 0.62 0 0.13 280.73 0.67 0.6
Hex B1 54 DD 14 3E 0 D 119 43 3C
Octal 261 124 335 24 76 0 15 431 103 74
Binary 10110001 1010100 11011101 10100 111110 0 1101 100011001 1000011 111100

Color Harmonies of #B154DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154DD

Black with #B154DD

Text Example


Text Example

White with #B154DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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