Html Css Color HEX #B249DF Medium Orchid

📋 copy color: '#B249DF'

red 178 ◦ green 73 ◦ blue 223

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

Shades of Medium Orchid #B249DF

Tints of Medium Orchid #B249DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 37.55%
G = 15.4%
B = 47.05%

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

#B249DF (or 0xB249DF) is known color: Medium Orchid. HEX triplet: B2, 49 and DF. RGB value is (178,73,223). Sum of RGB (Red+Green+Blue) = 178+73+223=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #B249DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249DF is #4DB620. Grayscale: #797979. Windows color (decimal): -5092897 or 14633394. OLE color: 14633394.

HSL color Cylindrical-coordinate representation of color #B249DF: hue angle of 282º degrees, saturation: 0.7, 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 #B249DF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 73 223 -
CMYK 0.20 0.67 0 0.13
HSL 282º 0.7% 0.58% -
HSV(B) 282º 0.67% 0.87% -
XYZ 34.06 19.56 71.79 -
YUV 121.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 178 73 223 0.20 0.67 0 0.13 282 0.7 0.58
Hex B2 49 DF 14 43 0 D 11A 46 3A
Octal 262 111 337 24 103 0 15 432 106 72
Binary 10110010 1001001 11011111 10100 1000011 0 1101 100011010 1000110 111010

Color Harmonies of #B249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249DF

Black with #B249DF

Text Example


Text Example

White with #B249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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