Html Css Color HEX #B154DF Medium Orchid

📋 copy color: '#B154DF'

red 177 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #B154DF

Tints of Medium Orchid #B154DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 36.57%
G = 17.36%
B = 46.07%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B154DF (or 0xB154DF) is known color: Medium Orchid. HEX triplet: B1, 54 and DF. RGB value is (177,84,223). Sum of RGB (Red+Green+Blue) = 177+84+223=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 84 (33.20% from 255 or 17.36% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #B154DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154DF is #4EAB20. Grayscale: #7F7F7F. Windows color (decimal): -5155617 or 14636209. OLE color: 14636209.

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

Color convert

RGB 177 84 223 -
CMYK 0.21 0.62 0 0.13
HSL 280.14º 0.68% 0.6% -
HSV(B) 280.14º 0.62% 0.87% -
XYZ 34.62 21.02 72.04 -
YUV 127.65 181.81 163.2 -
System Red Green Blue C M Y K H S L
Decimal 177 84 223 0.21 0.62 0 0.13 280.14 0.68 0.6
Hex B1 54 DF 15 3E 0 D 118 44 3C
Octal 261 124 337 25 76 0 15 430 104 74
Binary 10110001 1010100 11011111 10101 111110 0 1101 100011000 1000100 111100

Color Harmonies of #B154DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154DF

Black with #B154DF

Text Example


Text Example

White with #B154DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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