Html Css Color HEX #B142CB Medium Orchid

📋 copy color: '#B142CB'

red 177 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B142CB

Tints of Medium Orchid #B142CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 39.69%
G = 14.8%
B = 45.52%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B142CB (or 0xB142CB) is known color: Medium Orchid. HEX triplet: B1, 42 and CB. RGB value is (177,66,203). Sum of RGB (Red+Green+Blue) = 177+66+203=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 66 (26.17% from 255 or 14.80% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B142CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B142CB is #4EBD34. Grayscale: #727272. Windows color (decimal): -5160245 or 13320881. OLE color: 13320881.

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

Color convert

RGB 177 66 203 -
CMYK 0.13 0.67 0 0.20
HSL 288.61º 0.57% 0.53% -
HSV(B) 288.61º 0.67% 0.8% -
XYZ 30.86 17.56 58.26 -
YUV 114.81 177.77 172.36 -
System Red Green Blue C M Y K H S L
Decimal 177 66 203 0.13 0.67 0 0.20 288.61 0.57 0.53
Hex B1 42 CB D 43 0 14 121 39 35
Octal 261 102 313 15 103 0 24 441 71 65
Binary 10110001 1000010 11001011 1101 1000011 0 10100 100100001 111001 110101

Color Harmonies of #B142CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B142CB

Black with #B142CB

Text Example


Text Example

White with #B142CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B142CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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