Html Css Color HEX #BD106B Jazzberry Jam

📋 copy color: '#BD106B'

red 189 ◦ green 16 ◦ blue 107

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

Shades of Jazzberry Jam #BD106B

Tints of Jazzberry Jam #BD106B

RGB

 RED value IS 189 (74.22% from 255) = 60.58%

 GREEN value IS 16 (6.64% from 255) = 5.13%

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 60.58%
G = 5.13%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD106B (or 0xBD106B) is known color: Jazzberry Jam. HEX triplet: BD, 10 and 6B. RGB value is (189,16,107). Sum of RGB (Red+Green+Blue) = 189+16+107=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD106B is #42EF94. Grayscale: #4D4D4D. Windows color (decimal): -4386709 or 7016637. OLE color: 7016637.

HSL color Cylindrical-coordinate representation of color #BD106B: hue angle of 328.44º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD106B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 16 107 -
CMYK 0 0.92 0.43 0.26
HSL 328.44º 0.84% 0.4% -
HSV(B) 328.44º 0.92% 0.74% -
XYZ 23.83 12.25 15.02 -
YUV 78.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 189 16 107 0 0.92 0.43 0.26 328.44 0.84 0.4
Hex BD 10 6B 0 5C 2B 1A 148 54 28
Octal 275 20 153 0 134 53 32 510 124 50
Binary 10111101 10000 1101011 0 1011100 101011 11010 101001000 1010100 101000

Color Harmonies of #BD106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD106B

Black with #BD106B

Text Example


Text Example

White with #BD106B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD106B; }

 p { color: rgb(189,16,107); }

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

background-color css

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

 a { background-color: rgb(189,16,107); }

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

border-color css

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

 span { border-color: rgb(189,16,107); }

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