Html Css Color HEX #B14FEF Medium Orchid

📋 copy color: '#B14FEF'

red 177 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #B14FEF

Tints of Medium Orchid #B14FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.28%

R = 35.76%
G = 15.96%
B = 48.28%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B14FEF (or 0xB14FEF) is known color: Medium Orchid. HEX triplet: B1, 4F and EF. RGB value is (177,79,239). Sum of RGB (Red+Green+Blue) = 177+79+239=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 79 (31.25% from 255 or 15.96% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #B14FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FEF is #4EB010. Grayscale: #7E7E7E. Windows color (decimal): -5156881 or 15683505. OLE color: 15683505.

HSL color Cylindrical-coordinate representation of color #B14FEF: hue angle of 276.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14FEF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 79 239 -
CMYK 0.26 0.67 0 0.06
HSL 276.75º 0.83% 0.62% -
HSV(B) 276.75º 0.67% 0.94% -
XYZ 36.51 21.17 83.82 -
YUV 126.54 191.47 163.99 -
System Red Green Blue C M Y K H S L
Decimal 177 79 239 0.26 0.67 0 0.06 276.75 0.83 0.62
Hex B1 4F EF 1A 43 0 6 115 53 3E
Octal 261 117 357 32 103 0 6 425 123 76
Binary 10110001 1001111 11101111 11010 1000011 0 110 100010101 1010011 111110

Color Harmonies of #B14FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FEF

Black with #B14FEF

Text Example


Text Example

White with #B14FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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