Html Css Color HEX #BF41E7 Medium Orchid

📋 copy color: '#BF41E7'

red 191 ◦ green 65 ◦ blue 231

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

Shades of Medium Orchid #BF41E7

Tints of Medium Orchid #BF41E7

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.35%

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

R = 39.22%
G = 13.35%
B = 47.43%

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

#BF41E7 (or 0xBF41E7) is known color: Medium Orchid. HEX triplet: BF, 41 and E7. RGB value is (191,65,231). Sum of RGB (Red+Green+Blue) = 191+65+231=487 (64% of max value = 765). Red value is 191 (75% from 255 or 39.22% from 487); Green value is 65 (25.78% from 255 or 13.35% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF41E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF41E7 is #40BE18. Grayscale: #797979. Windows color (decimal): -4242969 or 15155647. OLE color: 15155647.

HSL color Cylindrical-coordinate representation of color #BF41E7: hue angle of 285.54º 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 #BF41E7 is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 65 231 -
CMYK 0.17 0.72 0 0.09
HSL 285.54º 0.78% 0.58% -
HSV(B) 285.54º 0.72% 0.91% -
XYZ 37.8 20.63 77.59 -
YUV 121.6 189.74 177.5 -
System Red Green Blue C M Y K H S L
Decimal 191 65 231 0.17 0.72 0 0.09 285.54 0.78 0.58
Hex BF 41 E7 11 48 0 9 11E 4E 3A
Octal 277 101 347 21 110 0 11 436 116 72
Binary 10111111 1000001 11100111 10001 1001000 0 1001 100011110 1001110 111010

Color Harmonies of #BF41E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF41E7

Black with #BF41E7

Text Example


Text Example

White with #BF41E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF41E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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