Html Css Color HEX #BB068D Medium Violet Red

📋 copy color: '#BB068D'

red 187 ◦ green 6 ◦ blue 141

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

Shades of Medium Violet Red #BB068D

Tints of Medium Violet Red #BB068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 55.99%
G = 1.8%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB068D (or 0xBB068D) is known color: Medium Violet Red. HEX triplet: BB, 06 and 8D. RGB value is (187,6,141). Sum of RGB (Red+Green+Blue) = 187+6+141=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB068D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB068D is #44F972. Grayscale: #4B4B4B. Windows color (decimal): -4520307 or 9242299. OLE color: 9242299.

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

Color convert

RGB 187 6 141 -
CMYK 0 0.97 0.25 0.27
HSL 315.25º 0.94% 0.38% -
HSV(B) 315.25º 0.97% 0.73% -
XYZ 25.37 12.62 26.3 -
YUV 75.51 164.97 207.52 -
System Red Green Blue C M Y K H S L
Decimal 187 6 141 0 0.97 0.25 0.27 315.25 0.94 0.38
Hex BB 6 8D 0 61 19 1B 13B 5E 26
Octal 273 6 215 0 141 31 33 473 136 46
Binary 10111011 110 10001101 0 1100001 11001 11011 100111011 1011110 100110

Color Harmonies of #BB068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB068D

Black with #BB068D

Text Example


Text Example

White with #BB068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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