Html Css Color HEX #B143FE Medium Orchid

📋 copy color: '#B143FE'

red 177 ◦ green 67 ◦ blue 254

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

Shades of Medium Orchid #B143FE

Tints of Medium Orchid #B143FE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.45%

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

R = 35.54%
G = 13.45%
B = 51%

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

#B143FE (or 0xB143FE) is known color: Medium Orchid. HEX triplet: B1, 43 and FE. RGB value is (177,67,254). Sum of RGB (Red+Green+Blue) = 177+67+254=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #B143FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143FE is #4EBC01. Grayscale: #787878. Windows color (decimal): -5159938 or 16663473. OLE color: 16663473.

HSL color Cylindrical-coordinate representation of color #B143FE: hue angle of 275.29º 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 #B143FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 67 254 -
CMYK 0.30 0.74 0 0.00
HSL 275.29º 0.99% 0.63% -
HSV(B) 275.29º 0.74% 1% -
XYZ 38.03 20.52 95.72 -
YUV 121.21 202.94 167.79 -
System Red Green Blue C M Y K H S L
Decimal 177 67 254 0.30 0.74 0 0.00 275.29 0.99 0.63
Hex B1 43 FE 1E 4A 0 0 113 63 3F
Octal 261 103 376 36 112 0 0 423 143 77
Binary 10110001 1000011 11111110 11110 1001010 0 0 100010011 1100011 111111

Color Harmonies of #B143FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143FE

Black with #B143FE

Text Example


Text Example

White with #B143FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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