Html Css Color HEX #B449EB Medium Orchid

📋 copy color: '#B449EB'

red 180 ◦ green 73 ◦ blue 235

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

Shades of Medium Orchid #B449EB

Tints of Medium Orchid #B449EB

RGB

 RED value IS 180 (70.7% from 255) = 36.89%

 GREEN value IS 73 (28.91% from 255) = 14.96%

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

R = 36.89%
G = 14.96%
B = 48.16%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B449EB (or 0xB449EB) is known color: Medium Orchid. HEX triplet: B4, 49 and EB. RGB value is (180,73,235). Sum of RGB (Red+Green+Blue) = 180+73+235=488 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.89% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #B449EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B449EB is #4BB614. Grayscale: #7A7A7A. Windows color (decimal): -4961813 or 15419828. OLE color: 15419828.

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

Color convert

RGB 180 73 235 -
CMYK 0.23 0.69 0 0.08
HSL 279.63º 0.8% 0.6% -
HSV(B) 279.63º 0.69% 0.92% -
XYZ 36.2 20.47 80.64 -
YUV 123.46 190.95 168.33 -
System Red Green Blue C M Y K H S L
Decimal 180 73 235 0.23 0.69 0 0.08 279.63 0.8 0.6
Hex B4 49 EB 17 45 0 8 118 50 3C
Octal 264 111 353 27 105 0 10 430 120 74
Binary 10110100 1001001 11101011 10111 1000101 0 1000 100011000 1010000 111100

Color Harmonies of #B449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B449EB

Black with #B449EB

Text Example


Text Example

White with #B449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B449EB; }

 p { color: rgb(180,73,235); }

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

background-color css

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

 a { background-color: rgb(180,73,235); }

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

border-color css

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

 span { border-color: rgb(180,73,235); }

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