Html Css Color HEX #B140FE Medium Orchid

📋 copy color: '#B140FE'

red 177 ◦ green 64 ◦ blue 254

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

Shades of Medium Orchid #B140FE

Tints of Medium Orchid #B140FE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.93%

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

R = 35.76%
G = 12.93%
B = 51.31%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B140FE (or 0xB140FE) is known color: Medium Orchid. HEX triplet: B1, 40 and FE. RGB value is (177,64,254). Sum of RGB (Red+Green+Blue) = 177+64+254=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #B140FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B140FE is #4EBF01. Grayscale: #767676. Windows color (decimal): -5160706 or 16662705. OLE color: 16662705.

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

Color convert

RGB 177 64 254 -
CMYK 0.30 0.75 0 0.00
HSL 275.68º 0.99% 0.62% -
HSV(B) 275.68º 0.75% 1% -
XYZ 37.85 20.17 95.66 -
YUV 119.45 203.94 169.05 -
System Red Green Blue C M Y K H S L
Decimal 177 64 254 0.30 0.75 0 0.00 275.68 0.99 0.62
Hex B1 40 FE 1E 4B 0 0 114 63 3E
Octal 261 100 376 36 113 0 0 424 143 76
Binary 10110001 1000000 11111110 11110 1001011 0 0 100010100 1100011 111110

Color Harmonies of #B140FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B140FE

Black with #B140FE

Text Example


Text Example

White with #B140FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B140FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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