Html Css Color HEX #B142C3 Medium Orchid

📋 copy color: '#B142C3'

red 177 ◦ green 66 ◦ blue 195

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

Shades of Medium Orchid #B142C3

Tints of Medium Orchid #B142C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.52%

R = 40.41%
G = 15.07%
B = 44.52%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B142C3 (or 0xB142C3) is known color: Medium Orchid. HEX triplet: B1, 42 and C3. RGB value is (177,66,195). Sum of RGB (Red+Green+Blue) = 177+66+195=438 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.41% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 195 (76.56% from 255 or 44.52% from 438); Max value from RGB is 195 - color contains mainly: blue. Hex color #B142C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142C3 is #4EBD3C. Grayscale: #717171. Windows color (decimal): -5160253 or 12796593. OLE color: 12796593.

HSL color Cylindrical-coordinate representation of color #B142C3: hue angle of 291.63º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B142C3 is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 66 195 -
CMYK 0.09 0.66 0 0.24
HSL 291.63º 0.52% 0.51% -
HSV(B) 291.63º 0.66% 0.76% -
XYZ 29.93 17.18 53.37 -
YUV 113.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 177 66 195 0.09 0.66 0 0.24 291.63 0.52 0.51
Hex B1 42 C3 9 42 0 18 124 34 33
Octal 261 102 303 11 102 0 30 444 64 63
Binary 10110001 1000010 11000011 1001 1000010 0 11000 100100100 110100 110011

Color Harmonies of #B142C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142C3

Black with #B142C3

Text Example


Text Example

White with #B142C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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