Html Css Color HEX #B749D0 Medium Orchid

📋 copy color: '#B749D0'

red 183 ◦ green 73 ◦ blue 208

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

Shades of Medium Orchid #B749D0

Tints of Medium Orchid #B749D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.83%

R = 39.44%
G = 15.73%
B = 44.83%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B749D0 (or 0xB749D0) is known color: Medium Orchid. HEX triplet: B7, 49 and D0. RGB value is (183,73,208). Sum of RGB (Red+Green+Blue) = 183+73+208=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #B749D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749D0 is #48B62F. Grayscale: #787878. Windows color (decimal): -4765232 or 13650359. OLE color: 13650359.

HSL color Cylindrical-coordinate representation of color #B749D0: hue angle of 288.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B749D0 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 73 208 -
CMYK 0.12 0.65 0 0.18
HSL 288.89º 0.59% 0.55% -
HSV(B) 288.89º 0.65% 0.82% -
XYZ 33.3 19.39 61.66 -
YUV 121.28 176.94 172.02 -
System Red Green Blue C M Y K H S L
Decimal 183 73 208 0.12 0.65 0 0.18 288.89 0.59 0.55
Hex B7 49 D0 C 41 0 12 121 3B 37
Octal 267 111 320 14 101 0 22 441 73 67
Binary 10110111 1001001 11010000 1100 1000001 0 10010 100100001 111011 110111

Color Harmonies of #B749D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749D0

Black with #B749D0

Text Example


Text Example

White with #B749D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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