Html Css Color HEX #B143CF Medium Orchid

📋 copy color: '#B143CF'

red 177 ◦ green 67 ◦ blue 207

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

Shades of Medium Orchid #B143CF

Tints of Medium Orchid #B143CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 39.25%
G = 14.86%
B = 45.9%

CMYK

 C value IS 0.14

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B143CF (or 0xB143CF) is known color: Medium Orchid. HEX triplet: B1, 43 and CF. RGB value is (177,67,207). Sum of RGB (Red+Green+Blue) = 177+67+207=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 67 (26.56% from 255 or 14.86% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #B143CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B143CF is #4EBC30. Grayscale: #737373. Windows color (decimal): -5159985 or 13583281. OLE color: 13583281.

HSL color Cylindrical-coordinate representation of color #B143CF: hue angle of 287.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B143CF is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 67 207 -
CMYK 0.14 0.68 0 0.19
HSL 287.14º 0.59% 0.54% -
HSV(B) 287.14º 0.68% 0.81% -
XYZ 31.4 17.87 60.83 -
YUV 115.85 179.44 171.62 -
System Red Green Blue C M Y K H S L
Decimal 177 67 207 0.14 0.68 0 0.19 287.14 0.59 0.54
Hex B1 43 CF E 44 0 13 11F 3B 36
Octal 261 103 317 16 104 0 23 437 73 66
Binary 10110001 1000011 11001111 1110 1000100 0 10011 100011111 111011 110110

Color Harmonies of #B143CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143CF

Black with #B143CF

Text Example


Text Example

White with #B143CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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