Html Css Color HEX #B142FF Medium Orchid

📋 copy color: '#B142FF'

red 177 ◦ green 66 ◦ blue 255

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

Shades of Medium Orchid #B142FF

Tints of Medium Orchid #B142FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.2%

R = 35.54%
G = 13.25%
B = 51.2%

CMYK

 C value IS 0.31

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B142FF (or 0xB142FF) is known color: Medium Orchid. HEX triplet: B1, 42 and FF. RGB value is (177,66,255). Sum of RGB (Red+Green+Blue) = 177+66+255=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 66 (26.17% from 255 or 13.25% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #B142FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B142FF is #4EBD00. Grayscale: #787878. Windows color (decimal): -5160193 or 16728753. OLE color: 16728753.

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

Color convert

RGB 177 66 255 -
CMYK 0.31 0.74 0 0
HSL 275.24º 1% 0.63% -
HSV(B) 275.24º 0.74% 1% -
XYZ 38.13 20.46 96.55 -
YUV 120.74 203.77 168.13 -
System Red Green Blue C M Y K H S L
Decimal 177 66 255 0.31 0.74 0 0 275.24 1 0.63
Hex B1 42 FF 1F 4A 0 0 113 64 3F
Octal 261 102 377 37 112 0 0 423 144 77
Binary 10110001 1000010 11111111 11111 1001010 0 0 100010011 1100100 111111

Color Harmonies of #B142FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142FF

Black with #B142FF

Text Example


Text Example

White with #B142FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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