Html Css Color HEX #B249E8 Medium Orchid

📋 copy color: '#B249E8'

red 178 ◦ green 73 ◦ blue 232

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

Shades of Medium Orchid #B249E8

Tints of Medium Orchid #B249E8

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

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

 BLUE value IS 232 (91.02% from 255) = 48.03%

R = 36.85%
G = 15.11%
B = 48.03%

CMYK

 C value IS 0.23

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B249E8 (or 0xB249E8) is known color: Medium Orchid. HEX triplet: B2, 49 and E8. RGB value is (178,73,232). Sum of RGB (Red+Green+Blue) = 178+73+232=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 73 (28.91% from 255 or 15.11% from 483); Blue value is 232 (91.02% from 255 or 48.03% from 483); Max value from RGB is 232 - color contains mainly: blue. Hex color #B249E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249E8 is #4DB617. Grayscale: #797979. Windows color (decimal): -5092888 or 15223218. OLE color: 15223218.

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

Color convert

RGB 178 73 232 -
CMYK 0.23 0.69 0 0.09
HSL 279.62º 0.78% 0.6% -
HSV(B) 279.62º 0.69% 0.91% -
XYZ 35.31 20.06 78.35 -
YUV 122.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 178 73 232 0.23 0.69 0 0.09 279.62 0.78 0.6
Hex B2 49 E8 17 45 0 9 118 4E 3C
Octal 262 111 350 27 105 0 11 430 116 74
Binary 10110010 1001001 11101000 10111 1000101 0 1001 100011000 1001110 111100

Color Harmonies of #B249E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249E8

Black with #B249E8

Text Example


Text Example

White with #B249E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249E8; }

 p { color: rgb(178,73,232); }

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

background-color css

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

 a { background-color: rgb(178,73,232); }

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

border-color css

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

 span { border-color: rgb(178,73,232); }

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