Html Css Color HEX #B143D6 Medium Orchid

📋 copy color: '#B143D6'

red 177 ◦ green 67 ◦ blue 214

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

Shades of Medium Orchid #B143D6

Tints of Medium Orchid #B143D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 46.72%

R = 38.65%
G = 14.63%
B = 46.72%

CMYK

 C value IS 0.17

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B143D6 (or 0xB143D6) is known color: Medium Orchid. HEX triplet: B1, 43 and D6. RGB value is (177,67,214). Sum of RGB (Red+Green+Blue) = 177+67+214=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 67 (26.56% from 255 or 14.63% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #B143D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143D6 is #4EBC29. Grayscale: #747474. Windows color (decimal): -5159978 or 14042033. OLE color: 14042033.

HSL color Cylindrical-coordinate representation of color #B143D6: hue angle of 284.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B143D6 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 67 214 -
CMYK 0.17 0.69 0 0.16
HSL 284.9º 0.64% 0.55% -
HSV(B) 284.9º 0.69% 0.84% -
XYZ 32.28 18.22 65.43 -
YUV 116.65 182.94 171.05 -
System Red Green Blue C M Y K H S L
Decimal 177 67 214 0.17 0.69 0 0.16 284.9 0.64 0.55
Hex B1 43 D6 11 45 0 10 11D 40 37
Octal 261 103 326 21 105 0 20 435 100 67
Binary 10110001 1000011 11010110 10001 1000101 0 10000 100011101 1000000 110111

Color Harmonies of #B143D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143D6

Black with #B143D6

Text Example


Text Example

White with #B143D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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