Html Css Color HEX #B249CD Medium Orchid

📋 copy color: '#B249CD'

red 178 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #B249CD

Tints of Medium Orchid #B249CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.96%

R = 39.04%
G = 16.01%
B = 44.96%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B249CD (or 0xB249CD) is known color: Medium Orchid. HEX triplet: B2, 49 and CD. RGB value is (178,73,205). Sum of RGB (Red+Green+Blue) = 178+73+205=456 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.04% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #B249CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249CD is #4DB632. Grayscale: #777777. Windows color (decimal): -5092915 or 13453746. OLE color: 13453746.

HSL color Cylindrical-coordinate representation of color #B249CD: hue angle of 287.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B249CD is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 73 205 -
CMYK 0.13 0.64 0 0.20
HSL 287.73º 0.57% 0.55% -
HSV(B) 287.73º 0.64% 0.8% -
XYZ 31.76 18.64 59.68 -
YUV 119.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 178 73 205 0.13 0.64 0 0.20 287.73 0.57 0.55
Hex B2 49 CD D 40 0 14 120 39 37
Octal 262 111 315 15 100 0 24 440 71 67
Binary 10110010 1001001 11001101 1101 1000000 0 10100 100100000 111001 110111

Color Harmonies of #B249CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249CD

Black with #B249CD

Text Example


Text Example

White with #B249CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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