Html Css Color HEX #B154FE Medium Orchid

📋 copy color: '#B154FE'

red 177 ◦ green 84 ◦ blue 254

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

Shades of Medium Orchid #B154FE

Tints of Medium Orchid #B154FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.32%

R = 34.37%
G = 16.31%
B = 49.32%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B154FE (or 0xB154FE) is known color: Medium Orchid. HEX triplet: B1, 54 and FE. RGB value is (177,84,254). Sum of RGB (Red+Green+Blue) = 177+84+254=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 84 (33.20% from 255 or 16.31% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #B154FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B154FE is #4EAB01. Grayscale: #828282. Windows color (decimal): -5155586 or 16667825. OLE color: 16667825.

HSL color Cylindrical-coordinate representation of color #B154FE: hue angle of 272.82º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B154FE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 84 254 -
CMYK 0.30 0.67 0 0.00
HSL 272.82º 0.99% 0.66% -
HSV(B) 272.82º 0.67% 1% -
XYZ 39.19 22.84 96.11 -
YUV 131.19 197.31 160.68 -
System Red Green Blue C M Y K H S L
Decimal 177 84 254 0.30 0.67 0 0.00 272.82 0.99 0.66
Hex B1 54 FE 1E 43 0 0 111 63 42
Octal 261 124 376 36 103 0 0 421 143 102
Binary 10110001 1010100 11111110 11110 1000011 0 0 100010001 1100011 1000010

Color Harmonies of #B154FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B154FE

Black with #B154FE

Text Example


Text Example

White with #B154FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B154FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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