Html Css Color HEX #B143C8 Medium Orchid

📋 copy color: '#B143C8'

red 177 ◦ green 67 ◦ blue 200

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

Shades of Medium Orchid #B143C8

Tints of Medium Orchid #B143C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.05%

R = 39.86%
G = 15.09%
B = 45.05%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B143C8 (or 0xB143C8) is known color: Medium Orchid. HEX triplet: B1, 43 and C8. RGB value is (177,67,200). Sum of RGB (Red+Green+Blue) = 177+67+200=444 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.86% from 444); Green value is 67 (26.56% from 255 or 15.09% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #B143C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143C8 is #4EBC37. Grayscale: #727272. Windows color (decimal): -5159992 or 13124529. OLE color: 13124529.

HSL color Cylindrical-coordinate representation of color #B143C8: hue angle of 289.62º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B143C8 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 67 200 -
CMYK 0.12 0.66 0 0.22
HSL 289.62º 0.55% 0.52% -
HSV(B) 289.62º 0.67% 0.78% -
XYZ 30.56 17.53 56.42 -
YUV 115.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 177 67 200 0.12 0.66 0 0.22 289.62 0.55 0.52
Hex B1 43 C8 C 42 0 16 122 37 34
Octal 261 103 310 14 102 0 26 442 67 64
Binary 10110001 1000011 11001000 1100 1000010 0 10110 100100010 110111 110100

Color Harmonies of #B143C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143C8

Black with #B143C8

Text Example


Text Example

White with #B143C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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