Html Css Color HEX #B142DC Medium Orchid

📋 copy color: '#B142DC'

red 177 ◦ green 66 ◦ blue 220

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

Shades of Medium Orchid #B142DC

Tints of Medium Orchid #B142DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.52%

R = 38.23%
G = 14.25%
B = 47.52%

CMYK

 C value IS 0.20

 M value IS 0.7

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B142DC (or 0xB142DC) is known color: Medium Orchid. HEX triplet: B1, 42 and DC. RGB value is (177,66,220). Sum of RGB (Red+Green+Blue) = 177+66+220=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #B142DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142DC is #4EBD23. Grayscale: #747474. Windows color (decimal): -5160228 or 14434993. OLE color: 14434993.

HSL color Cylindrical-coordinate representation of color #B142DC: hue angle of 283.25º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B142DC is Cyan = 0.20, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 66 220 -
CMYK 0.20 0.7 0 0.14
HSL 283.25º 0.69% 0.56% -
HSV(B) 283.25º 0.7% 0.86% -
XYZ 33 18.41 69.52 -
YUV 116.75 186.27 170.98 -
System Red Green Blue C M Y K H S L
Decimal 177 66 220 0.20 0.7 0 0.14 283.25 0.69 0.56
Hex B1 42 DC 14 46 0 E 11B 45 38
Octal 261 102 334 24 106 0 16 433 105 70
Binary 10110001 1000010 11011100 10100 1000110 0 1110 100011011 1000101 111000

Color Harmonies of #B142DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142DC

Black with #B142DC

Text Example


Text Example

White with #B142DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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