Html Css Color HEX #B14FFC Medium Orchid

📋 copy color: '#B14FFC'

red 177 ◦ green 79 ◦ blue 252

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

Shades of Medium Orchid #B14FFC

Tints of Medium Orchid #B14FFC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.55%

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

R = 34.84%
G = 15.55%
B = 49.61%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B14FFC (or 0xB14FFC) is known color: Medium Orchid. HEX triplet: B1, 4F and FC. RGB value is (177,79,252). Sum of RGB (Red+Green+Blue) = 177+79+252=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #B14FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FFC is #4EB003. Grayscale: #7F7F7F. Windows color (decimal): -5156868 or 16535473. OLE color: 16535473.

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

Color convert

RGB 177 79 252 -
CMYK 0.30 0.69 0 0.01
HSL 273.99º 0.97% 0.65% -
HSV(B) 273.99º 0.69% 0.99% -
XYZ 38.5 21.97 94.31 -
YUV 128.02 197.97 162.93 -
System Red Green Blue C M Y K H S L
Decimal 177 79 252 0.30 0.69 0 0.01 273.99 0.97 0.65
Hex B1 4F FC 1E 45 0 1 112 61 41
Octal 261 117 374 36 105 0 1 422 141 101
Binary 10110001 1001111 11111100 11110 1000101 0 1 100010010 1100001 1000001

Color Harmonies of #B14FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FFC

Black with #B14FFC

Text Example


Text Example

White with #B14FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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