#B672C4

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

Shades of Medium Orchid #B672C4

Tints of Medium Orchid #B672C4

Color information

#B672C4 (or 0xB672C4) is unknown color: approx Medium Orchid. HEX triplet: B6, 72 and C4. RGB value is (182,114,196). Sum of RGB (Red+Green+Blue) = 182+114+196=492 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.99% from 492); Green value is 114 (44.92% from 255 or 23.17% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 196 - color contains mainly: blue. Hex color #B672C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B672C4 is #498D3B. Grayscale: #8F8F8F. Windows color (decimal): -4820284 or 12874422. OLE color: 12874422.

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

Color convert

RGB182114196-
CMYK0.070.4200.23
HSL289.76º41%60.78%-
HSV(B)289.76º41.84%76.86%-
XYZ35.2725.9755.38-
YUV143.68157.53155.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.99%
GREEN value IS 114 (44.92% from 255) = 23.17%
BLUE value IS 196 (76.95% from 255) = 39.84%
R=36.99%
G=23.17%
B=39.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821141960.070.4200.23289.764160.78
HexB672C472A017122293d
Octal2661623047520274425175
Binary10110110111001011000100111101010010111100100010101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B672C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B672C4; }

 p { color: rgb(182,114,196); }

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

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

 a { background-color: rgb(182,114,196); }

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

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

 span { border-color: rgb(182,114,196); }

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