Html Css Color HEX #B14FEB Medium Orchid

📋 copy color: '#B14FEB'

red 177 ◦ green 79 ◦ blue 235

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

Shades of Medium Orchid #B14FEB

Tints of Medium Orchid #B14FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 36.05%
G = 16.09%
B = 47.86%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B14FEB (or 0xB14FEB) is known color: Medium Orchid. HEX triplet: B1, 4F and EB. RGB value is (177,79,235). Sum of RGB (Red+Green+Blue) = 177+79+235=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 79 (31.25% from 255 or 16.09% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #B14FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FEB is #4EB014. Grayscale: #7D7D7D. Windows color (decimal): -5156885 or 15421361. OLE color: 15421361.

HSL color Cylindrical-coordinate representation of color #B14FEB: hue angle of 277.69º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14FEB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 79 235 -
CMYK 0.25 0.66 0 0.08
HSL 277.69º 0.8% 0.62% -
HSV(B) 277.69º 0.66% 0.92% -
XYZ 35.92 20.94 80.75 -
YUV 126.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 177 79 235 0.25 0.66 0 0.08 277.69 0.8 0.62
Hex B1 4F EB 19 42 0 8 116 50 3E
Octal 261 117 353 31 102 0 10 426 120 76
Binary 10110001 1001111 11101011 11001 1000010 0 1000 100010110 1010000 111110

Color Harmonies of #B14FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14FEB

Black with #B14FEB

Text Example


Text Example

White with #B14FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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