Html Css Color HEX #BB067D Medium Violet Red

📋 copy color: '#BB067D'

red 187 ◦ green 6 ◦ blue 125

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

Shades of Medium Violet Red #BB067D

Tints of Medium Violet Red #BB067D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.31%

R = 58.81%
G = 1.89%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB067D (or 0xBB067D) is known color: Medium Violet Red. HEX triplet: BB, 06 and 7D. RGB value is (187,6,125). Sum of RGB (Red+Green+Blue) = 187+6+125=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB067D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB067D is #44F982. Grayscale: #494949. Windows color (decimal): -4520323 or 8193723. OLE color: 8193723.

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

Color convert

RGB 187 6 125 -
CMYK 0 0.97 0.33 0.27
HSL 320.55º 0.94% 0.38% -
HSV(B) 320.55º 0.97% 0.73% -
XYZ 24.26 12.18 20.47 -
YUV 73.69 156.97 208.82 -
System Red Green Blue C M Y K H S L
Decimal 187 6 125 0 0.97 0.33 0.27 320.55 0.94 0.38
Hex BB 6 7D 0 61 21 1B 141 5E 26
Octal 273 6 175 0 141 41 33 501 136 46
Binary 10111011 110 1111101 0 1100001 100001 11011 101000001 1011110 100110

Color Harmonies of #BB067D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB067D

Black with #BB067D

Text Example


Text Example

White with #BB067D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB067D; }

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

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

background-color css

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

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

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

border-color css

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

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

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