Html Css Color HEX #B749DD Medium Orchid

📋 copy color: '#B749DD'

red 183 ◦ green 73 ◦ blue 221

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

Shades of Medium Orchid #B749DD

Tints of Medium Orchid #B749DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 38.36%
G = 15.3%
B = 46.33%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B749DD (or 0xB749DD) is known color: Medium Orchid. HEX triplet: B7, 49 and DD. RGB value is (183,73,221). Sum of RGB (Red+Green+Blue) = 183+73+221=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 73 (28.91% from 255 or 15.30% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #B749DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B749DD is #48B622. Grayscale: #7A7A7A. Windows color (decimal): -4765219 or 14502327. OLE color: 14502327.

HSL color Cylindrical-coordinate representation of color #B749DD: hue angle of 284.59º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B749DD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 73 221 -
CMYK 0.17 0.67 0 0.13
HSL 284.59º 0.69% 0.58% -
HSV(B) 284.59º 0.67% 0.87% -
XYZ 34.96 20.05 70.43 -
YUV 122.76 183.44 170.97 -
System Red Green Blue C M Y K H S L
Decimal 183 73 221 0.17 0.67 0 0.13 284.59 0.69 0.58
Hex B7 49 DD 11 43 0 D 11D 45 3A
Octal 267 111 335 21 103 0 15 435 105 72
Binary 10110111 1001001 11011101 10001 1000011 0 1101 100011101 1000101 111010

Color Harmonies of #B749DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B749DD

Black with #B749DD

Text Example


Text Example

White with #B749DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B749DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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