#BF62CA

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

Shades of Medium Orchid #BF62CA

Tints of Medium Orchid #BF62CA

Color information

#BF62CA (or 0xBF62CA) is unknown color: approx Medium Orchid. HEX triplet: BF, 62 and CA. RGB value is (191,98,202). Sum of RGB (Red+Green+Blue) = 191+98+202=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62CA is #409D35. Grayscale: #898989. Windows color (decimal): -4234550 or 13263551. OLE color: 13263551.

HSL color Cylindrical-coordinate representation of color #BF62CA: hue angle of 293.65º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF62CA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19198202-
CMYK0.050.5100.21
HSL293.65º49.52%58.82%-
HSV(B)293.65º51.49%79.22%-
XYZ36.5124.0858.6-
YUV137.66164.31166.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 98 (38.67% from 255) = 19.96%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=38.90%
G=19.96%
B=41.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191982020.050.5100.21293.6549.5258.82
HexBF62CA533015126323b
Octal2771423125630254466273
Binary10111111110001011001010101110011010101100100110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF62CA; }

 p { color: rgb(191,98,202); }

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

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

 a { background-color: rgb(191,98,202); }

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

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

 span { border-color: rgb(191,98,202); }

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