Html Css Color HEX #B142FE Medium Orchid

📋 copy color: '#B142FE'

red 177 ◦ green 66 ◦ blue 254

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

Shades of Medium Orchid #B142FE

Tints of Medium Orchid #B142FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.28%

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

R = 35.61%
G = 13.28%
B = 51.11%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B142FE (or 0xB142FE) is known color: Medium Orchid. HEX triplet: B1, 42 and FE. RGB value is (177,66,254). Sum of RGB (Red+Green+Blue) = 177+66+254=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #B142FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B142FE is #4EBD01. Grayscale: #777777. Windows color (decimal): -5160194 or 16663217. OLE color: 16663217.

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

Color convert

RGB 177 66 254 -
CMYK 0.30 0.74 0 0.00
HSL 275.43º 0.99% 0.63% -
HSV(B) 275.43º 0.74% 1% -
XYZ 37.97 20.4 95.7 -
YUV 120.62 203.27 168.21 -
System Red Green Blue C M Y K H S L
Decimal 177 66 254 0.30 0.74 0 0.00 275.43 0.99 0.63
Hex B1 42 FE 1E 4A 0 0 113 63 3F
Octal 261 102 376 36 112 0 0 423 143 77
Binary 10110001 1000010 11111110 11110 1001010 0 0 100010011 1100011 111111

Color Harmonies of #B142FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142FE

Black with #B142FE

Text Example


Text Example

White with #B142FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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