Html Css Color HEX #BF307B Medium Red Violet

📋 copy color: '#BF307B'

red 191 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #BF307B

Tints of Medium Red Violet #BF307B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.26%

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

R = 52.76%
G = 13.26%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF307B (or 0xBF307B) is known color: Medium Red Violet. HEX triplet: BF, 30 and 7B. RGB value is (191,48,123). Sum of RGB (Red+Green+Blue) = 191+48+123=362 (47% of max value = 765). Red value is 191 (75% from 255 or 52.76% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 191 - color contains mainly: red. Hex color #BF307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF307B is #40CF84. Grayscale: #636363. Windows color (decimal): -4247429 or 8073407. OLE color: 8073407.

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

Color convert

RGB 191 48 123 -
CMYK 0 0.75 0.36 0.25
HSL 328.53º 0.6% 0.47% -
HSV(B) 328.53º 0.75% 0.75% -
XYZ 26.12 14.62 20.18 -
YUV 99.31 141.38 193.4 -
System Red Green Blue C M Y K H S L
Decimal 191 48 123 0 0.75 0.36 0.25 328.53 0.6 0.47
Hex BF 30 7B 0 4B 24 19 149 3C 2F
Octal 277 60 173 0 113 44 31 511 74 57
Binary 10111111 110000 1111011 0 1001011 100100 11001 101001001 111100 101111

Color Harmonies of #BF307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF307B

Black with #BF307B

Text Example


Text Example

White with #BF307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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