Html Css Color HEX #B772DF Medium Orchid

📋 copy color: '#B772DF'

red 183 ◦ green 114 ◦ blue 223

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

Shades of Medium Orchid #B772DF

Tints of Medium Orchid #B772DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 35.19%
G = 21.92%
B = 42.88%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B772DF (or 0xB772DF) is known color: Medium Orchid. HEX triplet: B7, 72 and DF. RGB value is (183,114,223). Sum of RGB (Red+Green+Blue) = 183+114+223=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 114 (44.92% from 255 or 21.92% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #B772DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772DF is #488D20. Grayscale: #929292. Windows color (decimal): -4754721 or 14643895. OLE color: 14643895.

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

Color convert

RGB 183 114 223 -
CMYK 0.18 0.49 0 0.13
HSL 277.98º 0.63% 0.66% -
HSV(B) 277.98º 0.49% 0.87% -
XYZ 38.87 27.43 73.06 -
YUV 147.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 183 114 223 0.18 0.49 0 0.13 277.98 0.63 0.66
Hex B7 72 DF 12 31 0 D 116 3F 42
Octal 267 162 337 22 61 0 15 426 77 102
Binary 10110111 1110010 11011111 10010 110001 0 1101 100010110 111111 1000010

Color Harmonies of #B772DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772DF

Black with #B772DF

Text Example


Text Example

White with #B772DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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