Html Css Color HEX #B249EA Medium Orchid

📋 copy color: '#B249EA'

red 178 ◦ green 73 ◦ blue 234

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

Shades of Medium Orchid #B249EA

Tints of Medium Orchid #B249EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 36.7%
G = 15.05%
B = 48.25%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B249EA (or 0xB249EA) is known color: Medium Orchid. HEX triplet: B2, 49 and EA. RGB value is (178,73,234). Sum of RGB (Red+Green+Blue) = 178+73+234=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 234 - color contains mainly: blue. Hex color #B249EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249EA is #4DB615. Grayscale: #7A7A7A. Windows color (decimal): -5092886 or 15354290. OLE color: 15354290.

HSL color Cylindrical-coordinate representation of color #B249EA: hue angle of 279.13º degrees, saturation: 0.79, 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 #B249EA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 73 234 -
CMYK 0.24 0.69 0 0.08
HSL 279.13º 0.79% 0.6% -
HSV(B) 279.13º 0.69% 0.92% -
XYZ 35.59 20.17 79.86 -
YUV 122.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 178 73 234 0.24 0.69 0 0.08 279.13 0.79 0.6
Hex B2 49 EA 18 45 0 8 117 4F 3C
Octal 262 111 352 30 105 0 10 427 117 74
Binary 10110010 1001001 11101010 11000 1000101 0 1000 100010111 1001111 111100

Color Harmonies of #B249EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249EA

Black with #B249EA

Text Example


Text Example

White with #B249EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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