Html Css Color HEX #BB307F Medium Red Violet

📋 copy color: '#BB307F'

red 187 ◦ green 48 ◦ blue 127

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

Shades of Medium Red Violet #BB307F

Tints of Medium Red Violet #BB307F

RGB

 RED value IS 187 (73.44% from 255) = 51.66%

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 51.66%
G = 13.26%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB307F (or 0xBB307F) is known color: Medium Red Violet. HEX triplet: BB, 30 and 7F. RGB value is (187,48,127). Sum of RGB (Red+Green+Blue) = 187+48+127=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB307F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB307F is #44CF80. Grayscale: #626262. Windows color (decimal): -4509569 or 8335547. OLE color: 8335547.

HSL color Cylindrical-coordinate representation of color #BB307F: hue angle of 325.9º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB307F is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 127 -
CMYK 0 0.74 0.32 0.27
HSL 325.9º 0.59% 0.46% -
HSV(B) 325.9º 0.74% 0.73% -
XYZ 25.38 14.21 21.48 -
YUV 98.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 187 48 127 0 0.74 0.32 0.27 325.9 0.59 0.46
Hex BB 30 7F 0 4A 20 1B 146 3B 2E
Octal 273 60 177 0 112 40 33 506 73 56
Binary 10111011 110000 1111111 0 1001010 100000 11011 101000110 111011 101110

Color Harmonies of #BB307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB307F

Black with #BB307F

Text Example


Text Example

White with #BB307F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB307F; }

 p { color: rgb(187,48,127); }

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

background-color css

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

 a { background-color: rgb(187,48,127); }

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

border-color css

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

 span { border-color: rgb(187,48,127); }

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