Html Css Color HEX #BF40E7 Medium Orchid

📋 copy color: '#BF40E7'

red 191 ◦ green 64 ◦ blue 231

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

Shades of Medium Orchid #BF40E7

Tints of Medium Orchid #BF40E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.53%

R = 39.3%
G = 13.17%
B = 47.53%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF40E7 (or 0xBF40E7) is known color: Medium Orchid. HEX triplet: BF, 40 and E7. RGB value is (191,64,231). Sum of RGB (Red+Green+Blue) = 191+64+231=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF40E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF40E7 is #40BF18. Grayscale: #787878. Windows color (decimal): -4243225 or 15155391. OLE color: 15155391.

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

Color convert

RGB 191 64 231 -
CMYK 0.17 0.72 0 0.09
HSL 285.63º 0.78% 0.58% -
HSV(B) 285.63º 0.72% 0.91% -
XYZ 37.74 20.51 77.57 -
YUV 121.01 190.08 177.92 -
System Red Green Blue C M Y K H S L
Decimal 191 64 231 0.17 0.72 0 0.09 285.63 0.78 0.58
Hex BF 40 E7 11 48 0 9 11E 4E 3A
Octal 277 100 347 21 110 0 11 436 116 72
Binary 10111111 1000000 11100111 10001 1001000 0 1001 100011110 1001110 111010

Color Harmonies of #BF40E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF40E7

Black with #BF40E7

Text Example


Text Example

White with #BF40E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF40E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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