Html Css Color HEX #B76ACE Medium Orchid

📋 copy color: '#B76ACE'

red 183 ◦ green 106 ◦ blue 206

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

Shades of Medium Orchid #B76ACE

Tints of Medium Orchid #B76ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.41%

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

R = 36.97%
G = 21.41%
B = 41.62%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B76ACE (or 0xB76ACE) is known color: Medium Orchid. HEX triplet: B7, 6A and CE. RGB value is (183,106,206). Sum of RGB (Red+Green+Blue) = 183+106+206=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #B76ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B76ACE is #489531. Grayscale: #8C8C8C. Windows color (decimal): -4756786 or 13527735. OLE color: 13527735.

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

Color convert

RGB 183 106 206 -
CMYK 0.11 0.49 0 0.19
HSL 286.2º 0.51% 0.61% -
HSV(B) 286.2º 0.49% 0.81% -
XYZ 35.82 24.83 61.3 -
YUV 140.42 165.01 158.37 -
System Red Green Blue C M Y K H S L
Decimal 183 106 206 0.11 0.49 0 0.19 286.2 0.51 0.61
Hex B7 6A CE B 31 0 13 11E 33 3D
Octal 267 152 316 13 61 0 23 436 63 75
Binary 10110111 1101010 11001110 1011 110001 0 10011 100011110 110011 111101

Color Harmonies of #B76ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76ACE

Black with #B76ACE

Text Example


Text Example

White with #B76ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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