Html Css Color HEX #BF2683 Medium Red Violet

📋 copy color: '#BF2683'

red 191 ◦ green 38 ◦ blue 131

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

Shades of Medium Red Violet #BF2683

Tints of Medium Red Violet #BF2683

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.56%

 BLUE value IS 131 (51.56% from 255) = 36.39%

R = 53.06%
G = 10.56%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF2683 (or 0xBF2683) is known color: Medium Red Violet. HEX triplet: BF, 26 and 83. RGB value is (191,38,131). Sum of RGB (Red+Green+Blue) = 191+38+131=360 (47% of max value = 765). Red value is 191 (75% from 255 or 53.06% from 360); Green value is 38 (15.23% from 255 or 10.56% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF2683 is #40D97C. Grayscale: #5E5E5E. Windows color (decimal): -4249981 or 8595135. OLE color: 8595135.

HSL color Cylindrical-coordinate representation of color #BF2683: hue angle of 323.53º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF2683 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 38 131 -
CMYK 0 0.80 0.31 0.25
HSL 323.53º 0.67% 0.45% -
HSV(B) 323.53º 0.8% 0.75% -
XYZ 26.28 14.1 22.81 -
YUV 94.35 148.69 196.94 -
System Red Green Blue C M Y K H S L
Decimal 191 38 131 0 0.80 0.31 0.25 323.53 0.67 0.45
Hex BF 26 83 0 50 1F 19 144 43 2D
Octal 277 46 203 0 120 37 31 504 103 55
Binary 10111111 100110 10000011 0 1010000 11111 11001 101000100 1000011 101101

Color Harmonies of #BF2683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2683

Black with #BF2683

Text Example


Text Example

White with #BF2683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2683; }

 p { color: rgb(191,38,131); }

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

background-color css

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

 a { background-color: rgb(191,38,131); }

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

border-color css

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

 span { border-color: rgb(191,38,131); }

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