Html Css Color HEX #BF127B Medium Violet Red

📋 copy color: '#BF127B'

red 191 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #BF127B

Tints of Medium Violet Red #BF127B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.42%

 BLUE value IS 123 (48.44% from 255) = 37.05%

R = 57.53%
G = 5.42%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF127B (or 0xBF127B) is known color: Medium Violet Red. HEX triplet: BF, 12 and 7B. RGB value is (191,18,123). Sum of RGB (Red+Green+Blue) = 191+18+123=332 (43% of max value = 765). Red value is 191 (75% from 255 or 57.53% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 191 - color contains mainly: red. Hex color #BF127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF127B is #40ED84. Grayscale: #515151. Windows color (decimal): -4255109 or 8065727. OLE color: 8065727.

HSL color Cylindrical-coordinate representation of color #BF127B: hue angle of 323.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF127B is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 18 123 -
CMYK 0 0.91 0.36 0.25
HSL 323.58º 0.83% 0.41% -
HSV(B) 323.58º 0.91% 0.75% -
XYZ 25.28 12.94 19.9 -
YUV 81.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 191 18 123 0 0.91 0.36 0.25 323.58 0.83 0.41
Hex BF 12 7B 0 5B 24 19 144 53 29
Octal 277 22 173 0 133 44 31 504 123 51
Binary 10111111 10010 1111011 0 1011011 100100 11001 101000100 1010011 101001

Color Harmonies of #BF127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF127B

Black with #BF127B

Text Example


Text Example

White with #BF127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF127B; }

 p { color: rgb(191,18,123); }

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

background-color css

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

 a { background-color: rgb(191,18,123); }

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

border-color css

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

 span { border-color: rgb(191,18,123); }

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