Html Css Color HEX #BF31CF Medium Orchid

📋 copy color: '#BF31CF'

red 191 ◦ green 49 ◦ blue 207

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

Shades of Medium Orchid #BF31CF

Tints of Medium Orchid #BF31CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.31%

R = 42.73%
G = 10.96%
B = 46.31%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF31CF (or 0xBF31CF) is known color: Medium Orchid. HEX triplet: BF, 31 and CF. RGB value is (191,49,207). Sum of RGB (Red+Green+Blue) = 191+49+207=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF31CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF31CF is #40CE30. Grayscale: #6C6C6C. Windows color (decimal): -4247089 or 13578687. OLE color: 13578687.

HSL color Cylindrical-coordinate representation of color #BF31CF: hue angle of 293.92º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF31CF is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 49 207 -
CMYK 0.08 0.76 0 0.19
HSL 293.92º 0.62% 0.5% -
HSV(B) 293.92º 0.76% 0.81% -
XYZ 33.85 17.78 60.68 -
YUV 109.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 191 49 207 0.08 0.76 0 0.19 293.92 0.62 0.5
Hex BF 31 CF 8 4C 0 13 126 3E 32
Octal 277 61 317 10 114 0 23 446 76 62
Binary 10111111 110001 11001111 1000 1001100 0 10011 100100110 111110 110010

Color Harmonies of #BF31CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF31CF

Black with #BF31CF

Text Example


Text Example

White with #BF31CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF31CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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