Html Css Color HEX #B14BF8 Medium Orchid

📋 copy color: '#B14BF8'

red 177 ◦ green 75 ◦ blue 248

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

Shades of Medium Orchid #B14BF8

Tints of Medium Orchid #B14BF8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15%

 BLUE value IS 248 (97.27% from 255) = 49.6%

R = 35.4%
G = 15%
B = 49.6%

CMYK

 C value IS 0.29

 M value IS 0.70

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B14BF8 (or 0xB14BF8) is known color: Medium Orchid. HEX triplet: B1, 4B and F8. RGB value is (177,75,248). Sum of RGB (Red+Green+Blue) = 177+75+248=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #B14BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BF8 is #4EB407. Grayscale: #7C7C7C. Windows color (decimal): -5157896 or 16272305. OLE color: 16272305.

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

Color convert

RGB 177 75 248 -
CMYK 0.29 0.70 0 0.03
HSL 275.38º 0.93% 0.63% -
HSV(B) 275.38º 0.7% 0.97% -
XYZ 37.59 21.16 90.91 -
YUV 125.22 197.29 164.93 -
System Red Green Blue C M Y K H S L
Decimal 177 75 248 0.29 0.70 0 0.03 275.38 0.93 0.63
Hex B1 4B F8 1D 46 0 3 113 5D 3F
Octal 261 113 370 35 106 0 3 423 135 77
Binary 10110001 1001011 11111000 11101 1000110 0 11 100010011 1011101 111111

Color Harmonies of #B14BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BF8

Black with #B14BF8

Text Example


Text Example

White with #B14BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BF8; }

 p { color: rgb(177,75,248); }

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

background-color css

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

 a { background-color: rgb(177,75,248); }

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

border-color css

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

 span { border-color: rgb(177,75,248); }

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