Html Css Color HEX #BB307B Medium Red Violet

📋 copy color: '#BB307B'

red 187 ◦ green 48 ◦ blue 123

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

Shades of Medium Red Violet #BB307B

Tints of Medium Red Violet #BB307B

RGB

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

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

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

R = 52.23%
G = 13.41%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB307B (or 0xBB307B) is known color: Medium Red Violet. HEX triplet: BB, 30 and 7B. RGB value is (187,48,123). Sum of RGB (Red+Green+Blue) = 187+48+123=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB307B is #44CF84. Grayscale: #616161. Windows color (decimal): -4509573 or 8073403. OLE color: 8073403.

HSL color Cylindrical-coordinate representation of color #BB307B: hue angle of 327.63º 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 #BB307B is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 123 -
CMYK 0 0.74 0.34 0.27
HSL 327.63º 0.59% 0.46% -
HSV(B) 327.63º 0.74% 0.73% -
XYZ 25.13 14.11 20.14 -
YUV 98.11 142.05 191.4 -
System Red Green Blue C M Y K H S L
Decimal 187 48 123 0 0.74 0.34 0.27 327.63 0.59 0.46
Hex BB 30 7B 0 4A 22 1B 148 3B 2E
Octal 273 60 173 0 112 42 33 510 73 56
Binary 10111011 110000 1111011 0 1001010 100010 11011 101001000 111011 101110

Color Harmonies of #BB307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB307B

Black with #BB307B

Text Example


Text Example

White with #BB307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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