Html Css Color HEX #B143DD Medium Orchid

📋 copy color: '#B143DD'

red 177 ◦ green 67 ◦ blue 221

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

Shades of Medium Orchid #B143DD

Tints of Medium Orchid #B143DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.53%

R = 38.06%
G = 14.41%
B = 47.53%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B143DD (or 0xB143DD) is known color: Medium Orchid. HEX triplet: B1, 43 and DD. RGB value is (177,67,221). Sum of RGB (Red+Green+Blue) = 177+67+221=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #B143DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143DD is #4EBC22. Grayscale: #747474. Windows color (decimal): -5159971 or 14500785. OLE color: 14500785.

HSL color Cylindrical-coordinate representation of color #B143DD: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B143DD is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 67 221 -
CMYK 0.20 0.70 0 0.13
HSL 282.86º 0.69% 0.56% -
HSV(B) 282.86º 0.7% 0.87% -
XYZ 33.19 18.58 70.24 -
YUV 117.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 177 67 221 0.20 0.70 0 0.13 282.86 0.69 0.56
Hex B1 43 DD 14 46 0 D 11B 45 38
Octal 261 103 335 24 106 0 15 433 105 70
Binary 10110001 1000011 11011101 10100 1000110 0 1101 100011011 1000101 111000

Color Harmonies of #B143DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143DD

Black with #B143DD

Text Example


Text Example

White with #B143DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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