Html Css Color HEX #B249EE Medium Orchid

📋 copy color: '#B249EE'

red 178 ◦ green 73 ◦ blue 238

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

Shades of Medium Orchid #B249EE

Tints of Medium Orchid #B249EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.67%

R = 36.4%
G = 14.93%
B = 48.67%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B249EE (or 0xB249EE) is known color: Medium Orchid. HEX triplet: B2, 49 and EE. RGB value is (178,73,238). Sum of RGB (Red+Green+Blue) = 178+73+238=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #B249EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B249EE is #4DB611. Grayscale: #7A7A7A. Windows color (decimal): -5092882 or 15616434. OLE color: 15616434.

HSL color Cylindrical-coordinate representation of color #B249EE: hue angle of 278.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B249EE is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 73 238 -
CMYK 0.25 0.69 0 0.07
HSL 278.18º 0.83% 0.61% -
HSV(B) 278.18º 0.69% 0.93% -
XYZ 36.18 20.4 82.92 -
YUV 123.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 178 73 238 0.25 0.69 0 0.07 278.18 0.83 0.61
Hex B2 49 EE 19 45 0 7 116 53 3D
Octal 262 111 356 31 105 0 7 426 123 75
Binary 10110010 1001001 11101110 11001 1000101 0 111 100010110 1010011 111101

Color Harmonies of #B249EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249EE

Black with #B249EE

Text Example


Text Example

White with #B249EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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