Html Css Color HEX #BF31E6 Medium Orchid

📋 copy color: '#BF31E6'

red 191 ◦ green 49 ◦ blue 230

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

Shades of Medium Orchid #BF31E6

Tints of Medium Orchid #BF31E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 48.94%

R = 40.64%
G = 10.43%
B = 48.94%

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

#BF31E6 (or 0xBF31E6) is known color: Medium Orchid. HEX triplet: BF, 31 and E6. RGB value is (191,49,230). Sum of RGB (Red+Green+Blue) = 191+49+230=470 (62% of max value = 765). Red value is 191 (75% from 255 or 40.64% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 230 (90.23% from 255 or 48.94% from 470); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF31E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31E6 is #40CE19. Grayscale: #6F6F6F. Windows color (decimal): -4247066 or 15086015. OLE color: 15086015.

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

Color convert

RGB 191 49 230 -
CMYK 0.17 0.79 0 0.10
HSL 287.07º 0.78% 0.55% -
HSV(B) 287.07º 0.79% 0.9% -
XYZ 36.87 18.99 76.58 -
YUV 112.09 194.54 184.28 -
System Red Green Blue C M Y K H S L
Decimal 191 49 230 0.17 0.79 0 0.10 287.07 0.78 0.55
Hex BF 31 E6 11 4F 0 A 11F 4E 37
Octal 277 61 346 21 117 0 12 437 116 67
Binary 10111111 110001 11100110 10001 1001111 0 1010 100011111 1001110 110111

Color Harmonies of #BF31E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31E6

Black with #BF31E6

Text Example


Text Example

White with #BF31E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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