Html Css Color HEX #B772CE Medium Orchid

📋 copy color: '#B772CE'

red 183 ◦ green 114 ◦ blue 206

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

Shades of Medium Orchid #B772CE

Tints of Medium Orchid #B772CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 36.38%
G = 22.66%
B = 40.95%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B772CE (or 0xB772CE) is known color: Medium Orchid. HEX triplet: B7, 72 and CE. RGB value is (183,114,206). Sum of RGB (Red+Green+Blue) = 183+114+206=503 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.38% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #B772CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B772CE is #488D31. Grayscale: #909090. Windows color (decimal): -4754738 or 13529783. OLE color: 13529783.

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

Color convert

RGB 183 114 206 -
CMYK 0.11 0.45 0 0.19
HSL 285º 0.48% 0.63% -
HSV(B) 285º 0.45% 0.81% -
XYZ 36.69 26.56 61.59 -
YUV 145.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 183 114 206 0.11 0.45 0 0.19 285 0.48 0.63
Hex B7 72 CE B 2D 0 13 11D 30 3F
Octal 267 162 316 13 55 0 23 435 60 77
Binary 10110111 1110010 11001110 1011 101101 0 10011 100011101 110000 111111

Color Harmonies of #B772CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B772CE

Black with #B772CE

Text Example


Text Example

White with #B772CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B772CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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