Html Css Color HEX #B749CE Medium Orchid

📋 copy color: '#B749CE'

red 183 ◦ green 73 ◦ blue 206

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

Shades of Medium Orchid #B749CE

Tints of Medium Orchid #B749CE

RGB

 RED value IS 183 (71.88% from 255) = 39.61%

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

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

R = 39.61%
G = 15.8%
B = 44.59%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B749CE (or 0xB749CE) is known color: Medium Orchid. HEX triplet: B7, 49 and CE. RGB value is (183,73,206). Sum of RGB (Red+Green+Blue) = 183+73+206=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #B749CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749CE is #48B631. Grayscale: #787878. Windows color (decimal): -4765234 or 13519287. OLE color: 13519287.

HSL color Cylindrical-coordinate representation of color #B749CE: hue angle of 289.62º 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 #B749CE is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 73 206 -
CMYK 0.11 0.65 0 0.19
HSL 289.62º 0.58% 0.55% -
HSV(B) 289.62º 0.65% 0.81% -
XYZ 33.05 19.29 60.37 -
YUV 121.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 183 73 206 0.11 0.65 0 0.19 289.62 0.58 0.55
Hex B7 49 CE B 41 0 13 122 3A 37
Octal 267 111 316 13 101 0 23 442 72 67
Binary 10110111 1001001 11001110 1011 1000001 0 10011 100100010 111010 110111

Color Harmonies of #B749CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749CE

Black with #B749CE

Text Example


Text Example

White with #B749CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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