Html Css Color HEX #BF40E9 Medium Orchid

📋 copy color: '#BF40E9'

red 191 ◦ green 64 ◦ blue 233

#BF40E9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF40E9

Tints of Medium Orchid #BF40E9

RGB

 RED value IS 191 (75% from 255) = 39.14%

 GREEN value IS 64 (25.39% from 255) = 13.11%

 BLUE value IS 233 (91.41% from 255) = 47.75%

R = 39.14%
G = 13.11%
B = 47.75%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF40E9 (or 0xBF40E9) is known color: Medium Orchid. HEX triplet: BF, 40 and E9. RGB value is (191,64,233). Sum of RGB (Red+Green+Blue) = 191+64+233=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 64 (25.39% from 255 or 13.11% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF40E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40E9 is #40BF16. Grayscale: #787878. Windows color (decimal): -4243223 or 15286463. OLE color: 15286463.

HSL color Cylindrical-coordinate representation of color #BF40E9: hue angle of 285.09º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF40E9 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 64 233 -
CMYK 0.18 0.73 0 0.09
HSL 285.09º 0.79% 0.58% -
HSV(B) 285.09º 0.73% 0.91% -
XYZ 38.03 20.63 79.07 -
YUV 121.24 191.08 177.76 -
System Red Green Blue C M Y K H S L
Decimal 191 64 233 0.18 0.73 0 0.09 285.09 0.79 0.58
Hex BF 40 E9 12 49 0 9 11D 4F 3A
Octal 277 100 351 22 111 0 11 435 117 72
Binary 10111111 1000000 11101001 10010 1001001 0 1001 100011101 1001111 111010

Color Harmonies of #BF40E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40E9

Black with #BF40E9

Text Example


Text Example

White with #BF40E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40E9; }

 p { color: rgb(191,64,233); }

 H1.HeaderClassName
 {
   color: #BF40E9;
 }
 .AnyTagClassName
 {
   color: #BF40E9;
 }
</style>

background-color css

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

 a { background-color: rgb(191,64,233); }

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

border-color css

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

 span { border-color: rgb(191,64,233); }

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