Html Css Color HEX #B154F0 Medium Orchid

📋 copy color: '#B154F0'

red 177 ◦ green 84 ◦ blue 240

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

Shades of Medium Orchid #B154F0

Tints of Medium Orchid #B154F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.9%

R = 35.33%
G = 16.77%
B = 47.9%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B154F0 (or 0xB154F0) is known color: Medium Orchid. HEX triplet: B1, 54 and F0. RGB value is (177,84,240). Sum of RGB (Red+Green+Blue) = 177+84+240=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 84 (33.20% from 255 or 16.77% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #B154F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154F0 is #4EAB0F. Grayscale: #818181. Windows color (decimal): -5155600 or 15750321. OLE color: 15750321.

HSL color Cylindrical-coordinate representation of color #B154F0: hue angle of 275.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B154F0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 84 240 -
CMYK 0.26 0.65 0 0.06
HSL 275.77º 0.84% 0.64% -
HSV(B) 275.77º 0.65% 0.94% -
XYZ 37.03 21.98 84.73 -
YUV 129.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 177 84 240 0.26 0.65 0 0.06 275.77 0.84 0.64
Hex B1 54 F0 1A 41 0 6 114 54 40
Octal 261 124 360 32 101 0 6 424 124 100
Binary 10110001 1010100 11110000 11010 1000001 0 110 100010100 1010100 1000000

Color Harmonies of #B154F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154F0

Black with #B154F0

Text Example


Text Example

White with #B154F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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