Html Css Color HEX #B142CC Medium Orchid

📋 copy color: '#B142CC'

red 177 ◦ green 66 ◦ blue 204

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

Shades of Medium Orchid #B142CC

Tints of Medium Orchid #B142CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.64%

R = 39.6%
G = 14.77%
B = 45.64%

CMYK

 C value IS 0.13

 M value IS 0.68

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B142CC (or 0xB142CC) is known color: Medium Orchid. HEX triplet: B1, 42 and CC. RGB value is (177,66,204). Sum of RGB (Red+Green+Blue) = 177+66+204=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #B142CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142CC is #4EBD33. Grayscale: #727272. Windows color (decimal): -5160244 or 13386417. OLE color: 13386417.

HSL color Cylindrical-coordinate representation of color #B142CC: hue angle of 288.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B142CC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 66 204 -
CMYK 0.13 0.68 0 0.2
HSL 288.26º 0.58% 0.53% -
HSV(B) 288.26º 0.68% 0.8% -
XYZ 30.98 17.6 58.89 -
YUV 114.92 178.27 172.28 -
System Red Green Blue C M Y K H S L
Decimal 177 66 204 0.13 0.68 0 0.2 288.26 0.58 0.53
Hex B1 42 CC D 44 0 14 120 3A 35
Octal 261 102 314 15 104 0 24 440 72 65
Binary 10110001 1000010 11001100 1101 1000100 0 10100 100100000 111010 110101

Color Harmonies of #B142CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142CC

Black with #B142CC

Text Example


Text Example

White with #B142CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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