Html Css Color HEX #B142CA Medium Orchid

📋 copy color: '#B142CA'

red 177 ◦ green 66 ◦ blue 202

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

Shades of Medium Orchid #B142CA

Tints of Medium Orchid #B142CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 45.39%

R = 39.78%
G = 14.83%
B = 45.39%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B142CA (or 0xB142CA) is known color: Medium Orchid. HEX triplet: B1, 42 and CA. RGB value is (177,66,202). Sum of RGB (Red+Green+Blue) = 177+66+202=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 66 (26.17% from 255 or 14.83% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #B142CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142CA is #4EBD35. Grayscale: #727272. Windows color (decimal): -5160246 or 13255345. OLE color: 13255345.

HSL color Cylindrical-coordinate representation of color #B142CA: hue angle of 288.97º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B142CA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 66 202 -
CMYK 0.12 0.67 0 0.21
HSL 288.97º 0.56% 0.53% -
HSV(B) 288.97º 0.67% 0.79% -
XYZ 30.74 17.51 57.64 -
YUV 114.69 177.27 172.44 -
System Red Green Blue C M Y K H S L
Decimal 177 66 202 0.12 0.67 0 0.21 288.97 0.56 0.53
Hex B1 42 CA C 43 0 15 121 38 35
Octal 261 102 312 14 103 0 25 441 70 65
Binary 10110001 1000010 11001010 1100 1000011 0 10101 100100001 111000 110101

Color Harmonies of #B142CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142CA

Black with #B142CA

Text Example


Text Example

White with #B142CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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