Html Css Color HEX #B14EEB Medium Orchid

📋 copy color: '#B14EEB'

red 177 ◦ green 78 ◦ blue 235

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

Shades of Medium Orchid #B14EEB

Tints of Medium Orchid #B14EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.92%

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

R = 36.12%
G = 15.92%
B = 47.96%

CMYK

 C value IS 0.25

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B14EEB (or 0xB14EEB) is known color: Medium Orchid. HEX triplet: B1, 4E and EB. RGB value is (177,78,235). Sum of RGB (Red+Green+Blue) = 177+78+235=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 78 (30.86% from 255 or 15.92% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #B14EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14EEB is #4EB114. Grayscale: #7C7C7C. Windows color (decimal): -5157141 or 15421105. OLE color: 15421105.

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

Color convert

RGB 177 78 235 -
CMYK 0.25 0.67 0 0.08
HSL 277.83º 0.8% 0.61% -
HSV(B) 277.83º 0.67% 0.92% -
XYZ 35.85 20.79 80.72 -
YUV 125.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 177 78 235 0.25 0.67 0 0.08 277.83 0.8 0.61
Hex B1 4E EB 19 43 0 8 116 50 3D
Octal 261 116 353 31 103 0 10 426 120 75
Binary 10110001 1001110 11101011 11001 1000011 0 1000 100010110 1010000 111101

Color Harmonies of #B14EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14EEB

Black with #B14EEB

Text Example


Text Example

White with #B14EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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