Html Css Color HEX #BB067B Medium Violet Red

📋 copy color: '#BB067B'

red 187 ◦ green 6 ◦ blue 123

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

Shades of Medium Violet Red #BB067B

Tints of Medium Violet Red #BB067B

RGB

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

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

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

R = 59.18%
G = 1.9%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB067B (or 0xBB067B) is known color: Medium Violet Red. HEX triplet: BB, 06 and 7B. RGB value is (187,6,123). Sum of RGB (Red+Green+Blue) = 187+6+123=316 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.18% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 187 - color contains mainly: red. Hex color #BB067B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB067B is #44F984. Grayscale: #494949. Windows color (decimal): -4520325 or 8062651. OLE color: 8062651.

HSL color Cylindrical-coordinate representation of color #BB067B: hue angle of 321.22º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB067B is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 123 -
CMYK 0 0.97 0.34 0.27
HSL 321.22º 0.94% 0.38% -
HSV(B) 321.22º 0.97% 0.73% -
XYZ 24.13 12.13 19.81 -
YUV 73.46 155.97 208.99 -
System Red Green Blue C M Y K H S L
Decimal 187 6 123 0 0.97 0.34 0.27 321.22 0.94 0.38
Hex BB 6 7B 0 61 22 1B 141 5E 26
Octal 273 6 173 0 141 42 33 501 136 46
Binary 10111011 110 1111011 0 1100001 100010 11011 101000001 1011110 100110

Color Harmonies of #BB067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB067B

Black with #BB067B

Text Example


Text Example

White with #BB067B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB067B; }

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

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

background-color css

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

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

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

border-color css

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

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

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