Html Css Color HEX #B249CE Medium Orchid

📋 copy color: '#B249CE'

red 178 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #B249CE

Tints of Medium Orchid #B249CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.08%

R = 38.95%
G = 15.97%
B = 45.08%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B249CE (or 0xB249CE) is known color: Medium Orchid. HEX triplet: B2, 49 and CE. RGB value is (178,73,206). Sum of RGB (Red+Green+Blue) = 178+73+206=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #B249CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249CE is #4DB631. Grayscale: #777777. Windows color (decimal): -5092914 or 13519282. OLE color: 13519282.

HSL color Cylindrical-coordinate representation of color #B249CE: hue angle of 287.37º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B249CE is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 73 206 -
CMYK 0.14 0.65 0 0.19
HSL 287.37º 0.58% 0.55% -
HSV(B) 287.37º 0.65% 0.81% -
XYZ 31.88 18.69 60.32 -
YUV 119.56 176.79 169.69 -
System Red Green Blue C M Y K H S L
Decimal 178 73 206 0.14 0.65 0 0.19 287.37 0.58 0.55
Hex B2 49 CE E 41 0 13 11F 3A 37
Octal 262 111 316 16 101 0 23 437 72 67
Binary 10110010 1001001 11001110 1110 1000001 0 10011 100011111 111010 110111

Color Harmonies of #B249CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249CE

Black with #B249CE

Text Example


Text Example

White with #B249CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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