Html Css Color HEX #B749D7 Medium Orchid

📋 copy color: '#B749D7'

red 183 ◦ green 73 ◦ blue 215

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

Shades of Medium Orchid #B749D7

Tints of Medium Orchid #B749D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.65%

R = 38.85%
G = 15.5%
B = 45.65%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B749D7 (or 0xB749D7) is known color: Medium Orchid. HEX triplet: B7, 49 and D7. RGB value is (183,73,215). Sum of RGB (Red+Green+Blue) = 183+73+215=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 73 (28.91% from 255 or 15.50% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #B749D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749D7 is #48B628. Grayscale: #797979. Windows color (decimal): -4765225 or 14109111. OLE color: 14109111.

HSL color Cylindrical-coordinate representation of color #B749D7: hue angle of 286.48º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B749D7 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 183 73 215 -
CMYK 0.15 0.66 0 0.16
HSL 286.48º 0.64% 0.56% -
HSV(B) 286.48º 0.66% 0.84% -
XYZ 34.18 19.74 66.3 -
YUV 122.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 183 73 215 0.15 0.66 0 0.16 286.48 0.64 0.56
Hex B7 49 D7 F 42 0 10 11E 40 38
Octal 267 111 327 17 102 0 20 436 100 70
Binary 10110111 1001001 11010111 1111 1000010 0 10000 100011110 1000000 111000

Color Harmonies of #B749D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749D7

Black with #B749D7

Text Example


Text Example

White with #B749D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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