Html Css Color HEX #B249CB Medium Orchid

📋 copy color: '#B249CB'

red 178 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #B249CB

Tints of Medium Orchid #B249CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.71%

R = 39.21%
G = 16.08%
B = 44.71%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B249CB (or 0xB249CB) is known color: Medium Orchid. HEX triplet: B2, 49 and CB. RGB value is (178,73,203). Sum of RGB (Red+Green+Blue) = 178+73+203=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #B249CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B249CB is #4DB634. Grayscale: #767676. Windows color (decimal): -5092917 or 13322674. OLE color: 13322674.

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

Color convert

RGB 178 73 203 -
CMYK 0.12 0.64 0 0.20
HSL 288.46º 0.56% 0.54% -
HSV(B) 288.46º 0.64% 0.8% -
XYZ 31.52 18.54 58.42 -
YUV 119.22 175.29 169.93 -
System Red Green Blue C M Y K H S L
Decimal 178 73 203 0.12 0.64 0 0.20 288.46 0.56 0.54
Hex B2 49 CB C 40 0 14 120 38 36
Octal 262 111 313 14 100 0 24 440 70 66
Binary 10110010 1001001 11001011 1100 1000000 0 10100 100100000 111000 110110

Color Harmonies of #B249CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B249CB

Black with #B249CB

Text Example


Text Example

White with #B249CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B249CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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