Html Css Color HEX #BF31E7 Medium Orchid

📋 copy color: '#BF31E7'

red 191 ◦ green 49 ◦ blue 231

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

Shades of Medium Orchid #BF31E7

Tints of Medium Orchid #BF31E7

RGB

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

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

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

R = 40.55%
G = 10.4%
B = 49.04%

CMYK

 C value IS 0.17

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF31E7 (or 0xBF31E7) is known color: Medium Orchid. HEX triplet: BF, 31 and E7. RGB value is (191,49,231). Sum of RGB (Red+Green+Blue) = 191+49+231=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 49 (19.53% from 255 or 10.40% from 471); Blue value is 231 (90.62% from 255 or 49.04% from 471); Max value from RGB is 231 - color contains mainly: blue. Hex color #BF31E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF31E7 is #40CE18. Grayscale: #6F6F6F. Windows color (decimal): -4247065 or 15151551. OLE color: 15151551.

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

Color convert

RGB 191 49 231 -
CMYK 0.17 0.79 0 0.09
HSL 286.81º 0.79% 0.55% -
HSV(B) 286.81º 0.79% 0.91% -
XYZ 37.01 19.04 77.33 -
YUV 112.21 195.04 184.2 -
System Red Green Blue C M Y K H S L
Decimal 191 49 231 0.17 0.79 0 0.09 286.81 0.79 0.55
Hex BF 31 E7 11 4F 0 9 11F 4F 37
Octal 277 61 347 21 117 0 11 437 117 67
Binary 10111111 110001 11100111 10001 1001111 0 1001 100011111 1001111 110111

Color Harmonies of #BF31E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31E7

Black with #BF31E7

Text Example


Text Example

White with #BF31E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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