Html Css Color HEX #B142CE Medium Orchid

📋 copy color: '#B142CE'

red 177 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #B142CE

Tints of Medium Orchid #B142CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 39.42%
G = 14.7%
B = 45.88%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B142CE (or 0xB142CE) is known color: Medium Orchid. HEX triplet: B1, 42 and CE. RGB value is (177,66,206). Sum of RGB (Red+Green+Blue) = 177+66+206=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 66 (26.17% from 255 or 14.70% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #B142CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142CE is #4EBD31. Grayscale: #727272. Windows color (decimal): -5160242 or 13517489. OLE color: 13517489.

HSL color Cylindrical-coordinate representation of color #B142CE: hue angle of 287.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B142CE is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 66 206 -
CMYK 0.14 0.68 0 0.19
HSL 287.57º 0.59% 0.53% -
HSV(B) 287.57º 0.68% 0.81% -
XYZ 31.22 17.7 60.16 -
YUV 115.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 177 66 206 0.14 0.68 0 0.19 287.57 0.59 0.53
Hex B1 42 CE E 44 0 13 120 3B 35
Octal 261 102 316 16 104 0 23 440 73 65
Binary 10110001 1000010 11001110 1110 1000100 0 10011 100100000 111011 110101

Color Harmonies of #B142CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142CE

Black with #B142CE

Text Example


Text Example

White with #B142CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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