Html Css Color HEX #BD2268 Jazzberry Jam

📋 copy color: '#BD2268'

red 189 ◦ green 34 ◦ blue 104

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

Shades of Jazzberry Jam #BD2268

Tints of Jazzberry Jam #BD2268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 57.8%
G = 10.4%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BD2268 (or 0xBD2268) is known color: Jazzberry Jam. HEX triplet: BD, 22 and 68. RGB value is (189,34,104). Sum of RGB (Red+Green+Blue) = 189+34+104=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2268 is #42DD97. Grayscale: #585858. Windows color (decimal): -4382104 or 6824637. OLE color: 6824637.

HSL color Cylindrical-coordinate representation of color #BD2268: hue angle of 332.9º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD2268 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 34 104 -
CMYK 0 0.82 0.45 0.26
HSL 332.9º 0.7% 0.44% -
HSV(B) 332.9º 0.82% 0.74% -
XYZ 24.06 12.96 14.33 -
YUV 88.33 136.85 199.81 -
System Red Green Blue C M Y K H S L
Decimal 189 34 104 0 0.82 0.45 0.26 332.9 0.7 0.44
Hex BD 22 68 0 52 2D 1A 14D 46 2C
Octal 275 42 150 0 122 55 32 515 106 54
Binary 10111101 100010 1101000 0 1010010 101101 11010 101001101 1000110 101100

Color Harmonies of #BD2268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2268

Black with #BD2268

Text Example


Text Example

White with #BD2268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2268; }

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

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

background-color css

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

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

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

border-color css

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

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

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