Html Css Color HEX #B14AF9 Medium Orchid

📋 copy color: '#B14AF9'

red 177 ◦ green 74 ◦ blue 249

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

Shades of Medium Orchid #B14AF9

Tints of Medium Orchid #B14AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

 BLUE value IS 249 (97.66% from 255) = 49.8%

R = 35.4%
G = 14.8%
B = 49.8%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B14AF9 (or 0xB14AF9) is known color: Medium Orchid. HEX triplet: B1, 4A and F9. RGB value is (177,74,249). Sum of RGB (Red+Green+Blue) = 177+74+249=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 249 (97.66% from 255 or 49.8% from 500); Max value from RGB is 249 - color contains mainly: blue. Hex color #B14AF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14AF9 is #4EB506. Grayscale: #7C7C7C. Windows color (decimal): -5158151 or 16337585. OLE color: 16337585.

HSL color Cylindrical-coordinate representation of color #B14AF9: hue angle of 275.31º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14AF9 is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 74 249 -
CMYK 0.29 0.70 0 0.02
HSL 275.31º 0.94% 0.63% -
HSV(B) 275.31º 0.7% 0.98% -
XYZ 37.68 21.08 91.71 -
YUV 124.75 198.12 165.27 -
System Red Green Blue C M Y K H S L
Decimal 177 74 249 0.29 0.70 0 0.02 275.31 0.94 0.63
Hex B1 4A F9 1D 46 0 2 113 5E 3F
Octal 261 112 371 35 106 0 2 423 136 77
Binary 10110001 1001010 11111001 11101 1000110 0 10 100010011 1011110 111111

Color Harmonies of #B14AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14AF9

Black with #B14AF9

Text Example


Text Example

White with #B14AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14AF9; }

 p { color: rgb(177,74,249); }

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

background-color css

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

 a { background-color: rgb(177,74,249); }

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

border-color css

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

 span { border-color: rgb(177,74,249); }

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