#BF4BED

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

Shades of Medium Orchid #BF4BED

Tints of Medium Orchid #BF4BED

Color information

#BF4BED (or 0xBF4BED) is unknown color: approx Medium Orchid. HEX triplet: BF, 4B and ED. RGB value is (191,75,237). Sum of RGB (Red+Green+Blue) = 191+75+237=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 75 (29.69% from 255 or 14.91% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF4BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF4BED is #40B412. Grayscale: #7F7F7F. Windows color (decimal): -4240403 or 15551423. OLE color: 15551423.

HSL color Cylindrical-coordinate representation of color #BF4BED: hue angle of 282.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF4BED is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19175237-
CMYK0.190.6800.07
HSL282.96º81.82%61.18%-
HSV(B)282.96º68.35%92.94%-
XYZ39.2922.2282.34-
YUV128.15189.43172.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.97%
GREEN value IS 75 (29.69% from 255) = 14.91%
BLUE value IS 237 (92.97% from 255) = 47.12%
R=37.97%
G=14.91%
B=47.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal191752370.190.6800.07282.9681.8261.18
HexBF4BED13440711b523d
Octal277113355231040743312275
Binary1011111110010111110110110011100010001111000110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4BED; }

 p { color: rgb(191,75,237); }

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

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

 a { background-color: rgb(191,75,237); }

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

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

 span { border-color: rgb(191,75,237); }

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