Html Css Color HEX #B143CD Medium Orchid

📋 copy color: '#B143CD'

red 177 ◦ green 67 ◦ blue 205

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

Shades of Medium Orchid #B143CD

Tints of Medium Orchid #B143CD

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.92%

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 39.42%
G = 14.92%
B = 45.66%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B143CD (or 0xB143CD) is known color: Medium Orchid. HEX triplet: B1, 43 and CD. RGB value is (177,67,205). Sum of RGB (Red+Green+Blue) = 177+67+205=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #B143CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143CD is #4EBC32. Grayscale: #737373. Windows color (decimal): -5159987 or 13452209. OLE color: 13452209.

HSL color Cylindrical-coordinate representation of color #B143CD: hue angle of 287.83º degrees, saturation: 0.58, 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 #B143CD is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 67 205 -
CMYK 0.14 0.67 0 0.20
HSL 287.83º 0.58% 0.53% -
HSV(B) 287.83º 0.67% 0.8% -
XYZ 31.16 17.77 59.55 -
YUV 115.62 178.44 171.78 -
System Red Green Blue C M Y K H S L
Decimal 177 67 205 0.14 0.67 0 0.20 287.83 0.58 0.53
Hex B1 43 CD E 43 0 14 120 3A 35
Octal 261 103 315 16 103 0 24 440 72 65
Binary 10110001 1000011 11001101 1110 1000011 0 10100 100100000 111010 110101

Color Harmonies of #B143CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143CD

Black with #B143CD

Text Example


Text Example

White with #B143CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143CD; }

 p { color: rgb(177,67,205); }

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

background-color css

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

 a { background-color: rgb(177,67,205); }

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

border-color css

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

 span { border-color: rgb(177,67,205); }

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