Html Css Color HEX #B249C4 Medium Orchid

📋 copy color: '#B249C4'

red 178 ◦ green 73 ◦ blue 196

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

Shades of Medium Orchid #B249C4

Tints of Medium Orchid #B249C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 39.82%
G = 16.33%
B = 43.85%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B249C4 (or 0xB249C4) is known color: Medium Orchid. HEX triplet: B2, 49 and C4. RGB value is (178,73,196). Sum of RGB (Red+Green+Blue) = 178+73+196=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #B249C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249C4 is #4DB63B. Grayscale: #767676. Windows color (decimal): -5092924 or 12863922. OLE color: 12863922.

HSL color Cylindrical-coordinate representation of color #B249C4: hue angle of 291.22º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B249C4 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 178 73 196 -
CMYK 0.09 0.63 0 0.23
HSL 291.22º 0.51% 0.53% -
HSV(B) 291.22º 0.63% 0.77% -
XYZ 30.71 18.22 54.12 -
YUV 118.42 171.79 170.5 -
System Red Green Blue C M Y K H S L
Decimal 178 73 196 0.09 0.63 0 0.23 291.22 0.51 0.53
Hex B2 49 C4 9 3F 0 17 123 33 35
Octal 262 111 304 11 77 0 27 443 63 65
Binary 10110010 1001001 11000100 1001 111111 0 10111 100100011 110011 110101

Color Harmonies of #B249C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249C4

Black with #B249C4

Text Example


Text Example

White with #B249C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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