Html Css Color HEX #B249DE Medium Orchid

📋 copy color: '#B249DE'

red 178 ◦ green 73 ◦ blue 222

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

Shades of Medium Orchid #B249DE

Tints of Medium Orchid #B249DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.93%

R = 37.63%
G = 15.43%
B = 46.93%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B249DE (or 0xB249DE) is known color: Medium Orchid. HEX triplet: B2, 49 and DE. RGB value is (178,73,222). Sum of RGB (Red+Green+Blue) = 178+73+222=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #B249DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249DE is #4DB621. Grayscale: #787878. Windows color (decimal): -5092898 or 14567858. OLE color: 14567858.

HSL color Cylindrical-coordinate representation of color #B249DE: hue angle of 282.28º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B249DE is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 73 222 -
CMYK 0.20 0.67 0 0.13
HSL 282.28º 0.69% 0.58% -
HSV(B) 282.28º 0.67% 0.87% -
XYZ 33.93 19.5 71.08 -
YUV 121.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 178 73 222 0.20 0.67 0 0.13 282.28 0.69 0.58
Hex B2 49 DE 14 43 0 D 11A 45 3A
Octal 262 111 336 24 103 0 15 432 105 72
Binary 10110010 1001001 11011110 10100 1000011 0 1101 100011010 1000101 111010

Color Harmonies of #B249DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249DE

Black with #B249DE

Text Example


Text Example

White with #B249DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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