Html Css Color HEX #B772DB Medium Orchid

📋 copy color: '#B772DB'

red 183 ◦ green 114 ◦ blue 219

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

Shades of Medium Orchid #B772DB

Tints of Medium Orchid #B772DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 35.47%
G = 22.09%
B = 42.44%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B772DB (or 0xB772DB) is known color: Medium Orchid. HEX triplet: B7, 72 and DB. RGB value is (183,114,219). Sum of RGB (Red+Green+Blue) = 183+114+219=516 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.47% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #B772DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772DB is #488D24. Grayscale: #929292. Windows color (decimal): -4754725 or 14381751. OLE color: 14381751.

HSL color Cylindrical-coordinate representation of color #B772DB: hue angle of 279.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B772DB is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 114 219 -
CMYK 0.16 0.48 0 0.14
HSL 279.43º 0.59% 0.65% -
HSV(B) 279.43º 0.48% 0.86% -
XYZ 38.33 27.22 70.25 -
YUV 146.6 168.86 153.96 -
System Red Green Blue C M Y K H S L
Decimal 183 114 219 0.16 0.48 0 0.14 279.43 0.59 0.65
Hex B7 72 DB 10 30 0 E 117 3B 41
Octal 267 162 333 20 60 0 16 427 73 101
Binary 10110111 1110010 11011011 10000 110000 0 1110 100010111 111011 1000001

Color Harmonies of #B772DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772DB

Black with #B772DB

Text Example


Text Example

White with #B772DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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