Html Css Color HEX #BD0E6B Jazzberry Jam

📋 copy color: '#BD0E6B'

red 189 ◦ green 14 ◦ blue 107

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

Shades of Jazzberry Jam #BD0E6B

Tints of Jazzberry Jam #BD0E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.52%

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

R = 60.97%
G = 4.52%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD0E6B (or 0xBD0E6B) is known color: Jazzberry Jam. HEX triplet: BD, 0E and 6B. RGB value is (189,14,107). Sum of RGB (Red+Green+Blue) = 189+14+107=310 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.97% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E6B is #42F194. Grayscale: #4C4C4C. Windows color (decimal): -4387221 or 7016125. OLE color: 7016125.

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

Color convert

RGB 189 14 107 -
CMYK 0 0.93 0.43 0.26
HSL 328.11º 0.86% 0.4% -
HSV(B) 328.11º 0.93% 0.74% -
XYZ 23.8 12.19 15.01 -
YUV 76.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 189 14 107 0 0.93 0.43 0.26 328.11 0.86 0.4
Hex BD E 6B 0 5D 2B 1A 148 56 28
Octal 275 16 153 0 135 53 32 510 126 50
Binary 10111101 1110 1101011 0 1011101 101011 11010 101001000 1010110 101000

Color Harmonies of #BD0E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E6B

Black with #BD0E6B

Text Example


Text Example

White with #BD0E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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