Html Css Color HEX #B14BEB Medium Orchid

📋 copy color: '#B14BEB'

red 177 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #B14BEB

Tints of Medium Orchid #B14BEB

RGB

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

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

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

R = 36.34%
G = 15.4%
B = 48.25%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B14BEB (or 0xB14BEB) is known color: Medium Orchid. HEX triplet: B1, 4B and EB. RGB value is (177,75,235). Sum of RGB (Red+Green+Blue) = 177+75+235=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 75 (29.69% from 255 or 15.40% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #B14BEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B14BEB is #4EB414. Grayscale: #7B7B7B. Windows color (decimal): -5157909 or 15420337. OLE color: 15420337.

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

Color convert

RGB 177 75 235 -
CMYK 0.25 0.68 0 0.08
HSL 278.25º 0.8% 0.61% -
HSV(B) 278.25º 0.68% 0.92% -
XYZ 35.64 20.38 80.65 -
YUV 123.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 177 75 235 0.25 0.68 0 0.08 278.25 0.8 0.61
Hex B1 4B EB 19 44 0 8 116 50 3D
Octal 261 113 353 31 104 0 10 426 120 75
Binary 10110001 1001011 11101011 11001 1000100 0 1000 100010110 1010000 111101

Color Harmonies of #B14BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14BEB

Black with #B14BEB

Text Example


Text Example

White with #B14BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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