Html Css Color HEX #BD026B Jazzberry Jam

📋 copy color: '#BD026B'

red 189 ◦ green 2 ◦ blue 107

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

Shades of Jazzberry Jam #BD026B

Tints of Jazzberry Jam #BD026B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 63.42%
G = 0.67%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD026B (or 0xBD026B) is known color: Jazzberry Jam. HEX triplet: BD, 02 and 6B. RGB value is (189,2,107). Sum of RGB (Red+Green+Blue) = 189+2+107=298 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.42% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 189 - color contains mainly: red. Hex color #BD026B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD026B is #42FD94. Grayscale: #454545. Windows color (decimal): -4390293 or 7013053. OLE color: 7013053.

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

Color convert

RGB 189 2 107 -
CMYK 0 0.99 0.43 0.26
HSL 326.31º 0.98% 0.37% -
HSV(B) 326.31º 0.99% 0.74% -
XYZ 23.66 11.92 14.96 -
YUV 69.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 189 2 107 0 0.99 0.43 0.26 326.31 0.98 0.37
Hex BD 2 6B 0 63 2B 1A 146 62 25
Octal 275 2 153 0 143 53 32 506 142 45
Binary 10111101 10 1101011 0 1100011 101011 11010 101000110 1100010 100101

Color Harmonies of #BD026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD026B

Black with #BD026B

Text Example


Text Example

White with #BD026B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD026B; }

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

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

background-color css

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

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

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

border-color css

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

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

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