Html Css Color HEX #B772DD Medium Orchid

📋 copy color: '#B772DD'

red 183 ◦ green 114 ◦ blue 221

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

Shades of Medium Orchid #B772DD

Tints of Medium Orchid #B772DD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 35.33%
G = 22.01%
B = 42.66%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B772DD (or 0xB772DD) is known color: Medium Orchid. HEX triplet: B7, 72 and DD. RGB value is (183,114,221). Sum of RGB (Red+Green+Blue) = 183+114+221=518 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.33% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B772DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772DD is #488D22. Grayscale: #929292. Windows color (decimal): -4754723 or 14512823. OLE color: 14512823.

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

Color convert

RGB 183 114 221 -
CMYK 0.17 0.48 0 0.13
HSL 278.69º 0.61% 0.66% -
HSV(B) 278.69º 0.48% 0.87% -
XYZ 38.6 27.32 71.65 -
YUV 146.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 183 114 221 0.17 0.48 0 0.13 278.69 0.61 0.66
Hex B7 72 DD 11 30 0 D 117 3D 42
Octal 267 162 335 21 60 0 15 427 75 102
Binary 10110111 1110010 11011101 10001 110000 0 1101 100010111 111101 1000010

Color Harmonies of #B772DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772DD

Black with #B772DD

Text Example


Text Example

White with #B772DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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