Html Css Color HEX #B14EFC Medium Orchid

📋 copy color: '#B14EFC'

red 177 ◦ green 78 ◦ blue 252

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

Shades of Medium Orchid #B14EFC

Tints of Medium Orchid #B14EFC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

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

R = 34.91%
G = 15.38%
B = 49.7%

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

#B14EFC (or 0xB14EFC) is known color: Medium Orchid. HEX triplet: B1, 4E and FC. RGB value is (177,78,252). Sum of RGB (Red+Green+Blue) = 177+78+252=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #B14EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EFC is #4EB103. Grayscale: #7E7E7E. Windows color (decimal): -5157124 or 16535217. OLE color: 16535217.

HSL color Cylindrical-coordinate representation of color #B14EFC: hue angle of 274.14º 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 #B14EFC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 78 252 -
CMYK 0.30 0.69 0 0.01
HSL 274.14º 0.97% 0.65% -
HSV(B) 274.14º 0.69% 0.99% -
XYZ 38.43 21.82 94.28 -
YUV 127.44 198.3 163.35 -
System Red Green Blue C M Y K H S L
Decimal 177 78 252 0.30 0.69 0 0.01 274.14 0.97 0.65
Hex B1 4E FC 1E 45 0 1 112 61 41
Octal 261 116 374 36 105 0 1 422 141 101
Binary 10110001 1001110 11111100 11110 1000101 0 1 100010010 1100001 1000001

Color Harmonies of #B14EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EFC

Black with #B14EFC

Text Example


Text Example

White with #B14EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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