Html Css Color HEX #BF067B Medium Violet Red

📋 copy color: '#BF067B'

red 191 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #BF067B

Tints of Medium Violet Red #BF067B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.88%

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

R = 59.69%
G = 1.88%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF067B (or 0xBF067B) is known color: Medium Violet Red. HEX triplet: BF, 06 and 7B. RGB value is (191,6,123). Sum of RGB (Red+Green+Blue) = 191+6+123=320 (42% of max value = 765). Red value is 191 (75% from 255 or 59.69% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 191 - color contains mainly: red. Hex color #BF067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BF067B is #40F984. Grayscale: #4A4A4A. Windows color (decimal): -4258181 or 8062655. OLE color: 8062655.

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

Color convert

RGB 191 6 123 -
CMYK 0 0.97 0.36 0.25
HSL 322.05º 0.94% 0.39% -
HSV(B) 322.05º 0.97% 0.75% -
XYZ 25.13 12.64 19.85 -
YUV 74.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 191 6 123 0 0.97 0.36 0.25 322.05 0.94 0.39
Hex BF 6 7B 0 61 24 19 142 5E 27
Octal 277 6 173 0 141 44 31 502 136 47
Binary 10111111 110 1111011 0 1100001 100100 11001 101000010 1011110 100111

Color Harmonies of #BF067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF067B

Black with #BF067B

Text Example


Text Example

White with #BF067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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