Html Css Color HEX #B14EFD Medium Orchid

📋 copy color: '#B14EFD'

red 177 ◦ green 78 ◦ blue 253

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

Shades of Medium Orchid #B14EFD

Tints of Medium Orchid #B14EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 34.84%
G = 15.35%
B = 49.8%

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

#B14EFD (or 0xB14EFD) is known color: Medium Orchid. HEX triplet: B1, 4E and FD. RGB value is (177,78,253). Sum of RGB (Red+Green+Blue) = 177+78+253=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #B14EFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EFD is #4EB102. Grayscale: #7E7E7E. Windows color (decimal): -5157123 or 16600753. OLE color: 16600753.

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

Color convert

RGB 177 78 253 -
CMYK 0.30 0.69 0 0.01
HSL 273.94º 0.98% 0.65% -
HSV(B) 273.94º 0.69% 0.99% -
XYZ 38.59 21.89 95.12 -
YUV 127.55 198.8 163.27 -
System Red Green Blue C M Y K H S L
Decimal 177 78 253 0.30 0.69 0 0.01 273.94 0.98 0.65
Hex B1 4E FD 1E 45 0 1 112 62 41
Octal 261 116 375 36 105 0 1 422 142 101
Binary 10110001 1001110 11111101 11110 1000101 0 1 100010010 1100010 1000001

Color Harmonies of #B14EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EFD

Black with #B14EFD

Text Example


Text Example

White with #B14EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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