#B741CF

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

Shades of Medium Orchid #B741CF

Tints of Medium Orchid #B741CF

Color information

#B741CF (or 0xB741CF) is unknown color: approx Medium Orchid. HEX triplet: B7, 41 and CF. RGB value is (183,65,207). Sum of RGB (Red+Green+Blue) = 183+65+207=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #B741CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B741CF is #48BE30. Grayscale: #747474. Windows color (decimal): -4767281 or 13582775. OLE color: 13582775.

HSL color Cylindrical-coordinate representation of color #B741CF: hue angle of 289.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B741CF is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18365207-
CMYK0.120.6900.19
HSL289.86º59.66%53.33%-
HSV(B)289.86º68.6%81.18%-
XYZ32.6818.3560.85-
YUV116.47179.09175.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.22%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=40.22%
G=14.29%
B=45.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183652070.120.6900.19289.8659.6653.33
HexB741CFC450131223c35
Octal267101317141050234427465
Binary1011011110000011100111111001000101010011100100010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B741CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B741CF; }

 p { color: rgb(183,65,207); }

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

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

 a { background-color: rgb(183,65,207); }

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

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

 span { border-color: rgb(183,65,207); }

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