Html Css Color HEX #BD006B Jazzberry Jam

📋 copy color: '#BD006B'

red 189 ◦ green 0 ◦ blue 107

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

Shades of Jazzberry Jam #BD006B

Tints of Jazzberry Jam #BD006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.85%
G = 0%
B = 36.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD006B (or 0xBD006B) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 6B. RGB value is (189,0,107). Sum of RGB (Red+Green+Blue) = 189+0+107=296 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.85% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 189 - color contains mainly: red. Hex color #BD006B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD006B is #42FF94. Grayscale: #444444. Windows color (decimal): -4390805 or 7012541. OLE color: 7012541.

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

Color convert

RGB 189 0 107 -
CMYK 0 1 0.43 0.26
HSL 326.03º 1% 0.37% -
HSV(B) 326.03º 1% 0.74% -
XYZ 23.64 11.88 14.96 -
YUV 68.71 149.62 213.8 -
System Red Green Blue C M Y K H S L
Decimal 189 0 107 0 1 0.43 0.26 326.03 1 0.37
Hex BD 0 6B 0 64 2B 1A 146 64 25
Octal 275 0 153 0 144 53 32 506 144 45
Binary 10111101 0 1101011 0 1100100 101011 11010 101000110 1100100 100101

Color Harmonies of #BD006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD006B

Black with #BD006B

Text Example


Text Example

White with #BD006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD006B; }

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

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

background-color css

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

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

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

border-color css

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

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

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