Html Css Color HEX #B749CD Medium Orchid

📋 copy color: '#B749CD'

red 183 ◦ green 73 ◦ blue 205

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

Shades of Medium Orchid #B749CD

Tints of Medium Orchid #B749CD

RGB

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

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

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

R = 39.7%
G = 15.84%
B = 44.47%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B749CD (or 0xB749CD) is known color: Medium Orchid. HEX triplet: B7, 49 and CD. RGB value is (183,73,205). Sum of RGB (Red+Green+Blue) = 183+73+205=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B749CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749CD is #48B632. Grayscale: #787878. Windows color (decimal): -4765235 or 13453751. OLE color: 13453751.

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

Color convert

RGB 183 73 205 -
CMYK 0.11 0.64 0 0.20
HSL 290º 0.57% 0.55% -
HSV(B) 290º 0.64% 0.8% -
XYZ 32.93 19.24 59.74 -
YUV 120.94 175.44 172.27 -
System Red Green Blue C M Y K H S L
Decimal 183 73 205 0.11 0.64 0 0.20 290 0.57 0.55
Hex B7 49 CD B 40 0 14 122 39 37
Octal 267 111 315 13 100 0 24 442 71 67
Binary 10110111 1001001 11001101 1011 1000000 0 10100 100100010 111001 110111

Color Harmonies of #B749CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749CD

Black with #B749CD

Text Example


Text Example

White with #B749CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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