Html Css Color HEX #B772CD Medium Orchid

📋 copy color: '#B772CD'

red 183 ◦ green 114 ◦ blue 205

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

Shades of Medium Orchid #B772CD

Tints of Medium Orchid #B772CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 36.45%
G = 22.71%
B = 40.84%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B772CD (or 0xB772CD) is known color: Medium Orchid. HEX triplet: B7, 72 and CD. RGB value is (183,114,205). Sum of RGB (Red+Green+Blue) = 183+114+205=502 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.45% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #B772CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772CD is #488D32. Grayscale: #909090. Windows color (decimal): -4754739 or 13464247. OLE color: 13464247.

HSL color Cylindrical-coordinate representation of color #B772CD: hue angle of 285.49º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B772CD is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 114 205 -
CMYK 0.11 0.44 0 0.20
HSL 285.49º 0.48% 0.63% -
HSV(B) 285.49º 0.44% 0.8% -
XYZ 36.57 26.51 60.95 -
YUV 145.01 161.86 155.1 -
System Red Green Blue C M Y K H S L
Decimal 183 114 205 0.11 0.44 0 0.20 285.49 0.48 0.63
Hex B7 72 CD B 2C 0 14 11D 30 3F
Octal 267 162 315 13 54 0 24 435 60 77
Binary 10110111 1110010 11001101 1011 101100 0 10100 100011101 110000 111111

Color Harmonies of #B772CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772CD

Black with #B772CD

Text Example


Text Example

White with #B772CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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