#b763c4

Color #B763C4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B763C4

Tints of Medium Orchid #B763C4

Color information

#B763C4 (or 0xB763C4) is unknown color: approx Medium Orchid. HEX triplet: B7, 63 and C4. RGB value is (183,99,196). Sum of RGB (Red+Green+Blue) = 183+99+196=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #B763C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B763C4 is #489C3B. Grayscale: #868686. Windows color (decimal): -4758588 or 12870583. OLE color: 12870583.

HSL color Cylindrical-coordinate representation of color #B763C4: hue angle of 291.96º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B763C4 is Cyan = 0.07, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18399196-
CMYK0.070.4900.23
HSL291.96º45.12%57.84%-
HSV(B)291.96º49.49%76.86%-
XYZ33.9522.9854.87-
YUV135.17162.33162.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.28%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=38.28%
G=20.71%
B=41.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183991960.070.4900.23291.9645.1257.84
HexB763C47310171242d3a
Octal2671433047610274445572
Binary10110111110001111000100111110001010111100100100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b763c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b763c4; }

 p { color: rgb(183,99,196); }

 H1.HeaderClassName
 {
   color: #b763c4;
 }
 .AnyTagClassName
 {
   color: #b763c4;
 }
</style>
background-color css

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

 a { background-color: rgb(183,99,196); }

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

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

 span { border-color: rgb(183,99,196); }

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