Html Css Color HEX #B143FC Medium Orchid

📋 copy color: '#B143FC'

red 177 ◦ green 67 ◦ blue 252

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

Shades of Medium Orchid #B143FC

Tints of Medium Orchid #B143FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.81%

R = 35.69%
G = 13.51%
B = 50.81%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B143FC (or 0xB143FC) is known color: Medium Orchid. HEX triplet: B1, 43 and FC. RGB value is (177,67,252). Sum of RGB (Red+Green+Blue) = 177+67+252=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 67 (26.56% from 255 or 13.51% from 496); Blue value is 252 (98.83% from 255 or 50.81% from 496); Max value from RGB is 252 - color contains mainly: blue. Hex color #B143FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B143FC is #4EBC03. Grayscale: #787878. Windows color (decimal): -5159940 or 16532401. OLE color: 16532401.

HSL color Cylindrical-coordinate representation of color #B143FC: hue angle of 275.68º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B143FC is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 67 252 -
CMYK 0.30 0.73 0 0.01
HSL 275.68º 0.97% 0.63% -
HSV(B) 275.68º 0.73% 0.99% -
XYZ 37.71 20.39 94.04 -
YUV 120.98 201.94 167.96 -
System Red Green Blue C M Y K H S L
Decimal 177 67 252 0.30 0.73 0 0.01 275.68 0.97 0.63
Hex B1 43 FC 1E 49 0 1 114 61 3F
Octal 261 103 374 36 111 0 1 424 141 77
Binary 10110001 1000011 11111100 11110 1001001 0 1 100010100 1100001 111111

Color Harmonies of #B143FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B143FC

Black with #B143FC

Text Example


Text Example

White with #B143FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B143FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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