Html Css Color HEX #B154C3 Medium Orchid

📋 copy color: '#B154C3'

red 177 ◦ green 84 ◦ blue 195

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

Shades of Medium Orchid #B154C3

Tints of Medium Orchid #B154C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.76%

R = 38.82%
G = 18.42%
B = 42.76%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B154C3 (or 0xB154C3) is known color: Medium Orchid. HEX triplet: B1, 54 and C3. RGB value is (177,84,195). Sum of RGB (Red+Green+Blue) = 177+84+195=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 195 - color contains mainly: blue. Hex color #B154C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154C3 is #4EAB3C. Grayscale: #7C7C7C. Windows color (decimal): -5155645 or 12801201. OLE color: 12801201.

HSL color Cylindrical-coordinate representation of color #B154C3: hue angle of 290.27º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B154C3 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 84 195 -
CMYK 0.09 0.57 0 0.24
HSL 290.27º 0.48% 0.55% -
HSV(B) 290.27º 0.57% 0.76% -
XYZ 31.15 19.63 53.78 -
YUV 124.46 167.81 165.47 -
System Red Green Blue C M Y K H S L
Decimal 177 84 195 0.09 0.57 0 0.24 290.27 0.48 0.55
Hex B1 54 C3 9 39 0 18 122 30 37
Octal 261 124 303 11 71 0 30 442 60 67
Binary 10110001 1010100 11000011 1001 111001 0 11000 100100010 110000 110111

Color Harmonies of #B154C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154C3

Black with #B154C3

Text Example


Text Example

White with #B154C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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