Html Css Color HEX #BD0E68 Jazzberry Jam

📋 copy color: '#BD0E68'

red 189 ◦ green 14 ◦ blue 104

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

Shades of Jazzberry Jam #BD0E68

Tints of Jazzberry Jam #BD0E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.88%

R = 61.56%
G = 4.56%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD0E68 (or 0xBD0E68) is known color: Jazzberry Jam. HEX triplet: BD, 0E and 68. RGB value is (189,14,104). Sum of RGB (Red+Green+Blue) = 189+14+104=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 14 (5.86% from 255 or 4.56% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E68 is #42F197. Grayscale: #4C4C4C. Windows color (decimal): -4387224 or 6819517. OLE color: 6819517.

HSL color Cylindrical-coordinate representation of color #BD0E68: hue angle of 329.14º 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 #BD0E68 is Cyan = 0, Magento = 0.93, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 104 -
CMYK 0 0.93 0.45 0.26
HSL 329.14º 0.86% 0.4% -
HSV(B) 329.14º 0.93% 0.74% -
XYZ 23.64 12.13 14.19 -
YUV 76.59 143.48 208.18 -
System Red Green Blue C M Y K H S L
Decimal 189 14 104 0 0.93 0.45 0.26 329.14 0.86 0.4
Hex BD E 68 0 5D 2D 1A 149 56 28
Octal 275 16 150 0 135 55 32 511 126 50
Binary 10111101 1110 1101000 0 1011101 101101 11010 101001001 1010110 101000

Color Harmonies of #BD0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E68

Black with #BD0E68

Text Example


Text Example

White with #BD0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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