Html Css Color HEX #B154DC Medium Orchid

📋 copy color: '#B154DC'

red 177 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #B154DC

Tints of Medium Orchid #B154DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 36.8%
G = 17.46%
B = 45.74%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B154DC (or 0xB154DC) is known color: Medium Orchid. HEX triplet: B1, 54 and DC. RGB value is (177,84,220). Sum of RGB (Red+Green+Blue) = 177+84+220=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #B154DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154DC is #4EAB23. Grayscale: #7E7E7E. Windows color (decimal): -5155620 or 14439601. OLE color: 14439601.

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

Color convert

RGB 177 84 220 -
CMYK 0.20 0.62 0 0.14
HSL 281.03º 0.66% 0.6% -
HSV(B) 281.03º 0.62% 0.86% -
XYZ 34.22 20.86 69.93 -
YUV 127.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 177 84 220 0.20 0.62 0 0.14 281.03 0.66 0.6
Hex B1 54 DC 14 3E 0 E 119 42 3C
Octal 261 124 334 24 76 0 16 431 102 74
Binary 10110001 1010100 11011100 10100 111110 0 1110 100011001 1000010 111100

Color Harmonies of #B154DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154DC

Black with #B154DC

Text Example


Text Example

White with #B154DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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