Html Css Color HEX #BF31E5 Medium Orchid

📋 copy color: '#BF31E5'

red 191 ◦ green 49 ◦ blue 229

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

Shades of Medium Orchid #BF31E5

Tints of Medium Orchid #BF31E5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.45%

 BLUE value IS 229 (89.84% from 255) = 48.83%

R = 40.72%
G = 10.45%
B = 48.83%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF31E5 (or 0xBF31E5) is known color: Medium Orchid. HEX triplet: BF, 31 and E5. RGB value is (191,49,229). Sum of RGB (Red+Green+Blue) = 191+49+229=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 49 (19.53% from 255 or 10.45% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF31E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31E5 is #40CE1A. Grayscale: #6F6F6F. Windows color (decimal): -4247067 or 15020479. OLE color: 15020479.

HSL color Cylindrical-coordinate representation of color #BF31E5: hue angle of 287.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF31E5 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 49 229 -
CMYK 0.17 0.79 0 0.10
HSL 287.33º 0.78% 0.55% -
HSV(B) 287.33º 0.79% 0.9% -
XYZ 36.73 18.93 75.85 -
YUV 111.98 194.04 184.36 -
System Red Green Blue C M Y K H S L
Decimal 191 49 229 0.17 0.79 0 0.10 287.33 0.78 0.55
Hex BF 31 E5 11 4F 0 A 11F 4E 37
Octal 277 61 345 21 117 0 12 437 116 67
Binary 10111111 110001 11100101 10001 1001111 0 1010 100011111 1001110 110111

Color Harmonies of #BF31E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31E5

Black with #BF31E5

Text Example


Text Example

White with #BF31E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31E5; }

 p { color: rgb(191,49,229); }

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

background-color css

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

 a { background-color: rgb(191,49,229); }

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

border-color css

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

 span { border-color: rgb(191,49,229); }

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