Html Css Color HEX #B14FFD Medium Orchid

📋 copy color: '#B14FFD'

red 177 ◦ green 79 ◦ blue 253

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

Shades of Medium Orchid #B14FFD

Tints of Medium Orchid #B14FFD

RGB

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

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

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

R = 34.77%
G = 15.52%
B = 49.71%

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

#B14FFD (or 0xB14FFD) is known color: Medium Orchid. HEX triplet: B1, 4F and FD. RGB value is (177,79,253). Sum of RGB (Red+Green+Blue) = 177+79+253=509 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.77% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #B14FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FFD is #4EB002. Grayscale: #7F7F7F. Windows color (decimal): -5156867 or 16601009. OLE color: 16601009.

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

Color convert

RGB 177 79 253 -
CMYK 0.30 0.69 0 0.01
HSL 273.79º 0.98% 0.65% -
HSV(B) 273.79º 0.69% 0.99% -
XYZ 38.66 22.03 95.14 -
YUV 128.14 198.47 162.85 -
System Red Green Blue C M Y K H S L
Decimal 177 79 253 0.30 0.69 0 0.01 273.79 0.98 0.65
Hex B1 4F FD 1E 45 0 1 112 62 41
Octal 261 117 375 36 105 0 1 422 142 101
Binary 10110001 1001111 11111101 11110 1000101 0 1 100010010 1100010 1000001

Color Harmonies of #B14FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FFD

Black with #B14FFD

Text Example


Text Example

White with #B14FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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