Html Css Color HEX #B772C9 Medium Orchid

📋 copy color: '#B772C9'

red 183 ◦ green 114 ◦ blue 201

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

Shades of Medium Orchid #B772C9

Tints of Medium Orchid #B772C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 36.75%
G = 22.89%
B = 40.36%

CMYK

 C value IS 0.09

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B772C9 (or 0xB772C9) is known color: Medium Orchid. HEX triplet: B7, 72 and C9. RGB value is (183,114,201). Sum of RGB (Red+Green+Blue) = 183+114+201=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 201 - color contains mainly: blue. Hex color #B772C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772C9 is #488D36. Grayscale: #909090. Windows color (decimal): -4754743 or 13202103. OLE color: 13202103.

HSL color Cylindrical-coordinate representation of color #B772C9: hue angle of 287.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B772C9 is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 114 201 -
CMYK 0.09 0.43 0 0.21
HSL 287.59º 0.45% 0.62% -
HSV(B) 287.59º 0.43% 0.79% -
XYZ 36.09 26.32 58.44 -
YUV 144.55 159.86 155.43 -
System Red Green Blue C M Y K H S L
Decimal 183 114 201 0.09 0.43 0 0.21 287.59 0.45 0.62
Hex B7 72 C9 9 2B 0 15 120 2D 3E
Octal 267 162 311 11 53 0 25 440 55 76
Binary 10110111 1110010 11001001 1001 101011 0 10101 100100000 101101 111110

Color Harmonies of #B772C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772C9

Black with #B772C9

Text Example


Text Example

White with #B772C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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