Html Css Color HEX #B154DE Medium Orchid

📋 copy color: '#B154DE'

red 177 ◦ green 84 ◦ blue 222

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

Shades of Medium Orchid #B154DE

Tints of Medium Orchid #B154DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.96%

R = 36.65%
G = 17.39%
B = 45.96%

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

#B154DE (or 0xB154DE) is known color: Medium Orchid. HEX triplet: B1, 54 and DE. RGB value is (177,84,222). Sum of RGB (Red+Green+Blue) = 177+84+222=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 84 (33.20% from 255 or 17.39% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #B154DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154DE is #4EAB21. Grayscale: #7F7F7F. Windows color (decimal): -5155618 or 14570673. OLE color: 14570673.

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

Color convert

RGB 177 84 222 -
CMYK 0.20 0.62 0 0.13
HSL 280.43º 0.68% 0.6% -
HSV(B) 280.43º 0.62% 0.87% -
XYZ 34.49 20.96 71.34 -
YUV 127.54 181.31 163.28 -
System Red Green Blue C M Y K H S L
Decimal 177 84 222 0.20 0.62 0 0.13 280.43 0.68 0.6
Hex B1 54 DE 14 3E 0 D 118 44 3C
Octal 261 124 336 24 76 0 15 430 104 74
Binary 10110001 1010100 11011110 10100 111110 0 1101 100011000 1000100 111100

Color Harmonies of #B154DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154DE

Black with #B154DE

Text Example


Text Example

White with #B154DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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