Html Css Color HEX #BD0567 Jazzberry Jam

📋 copy color: '#BD0567'

red 189 ◦ green 5 ◦ blue 103

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

Shades of Jazzberry Jam #BD0567

Tints of Jazzberry Jam #BD0567

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 63.64%
G = 1.68%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD0567 (or 0xBD0567) is known color: Jazzberry Jam. HEX triplet: BD, 05 and 67. RGB value is (189,5,103). Sum of RGB (Red+Green+Blue) = 189+5+103=297 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.64% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0567 is #42FA98. Grayscale: #464646. Windows color (decimal): -4389529 or 6751677. OLE color: 6751677.

HSL color Cylindrical-coordinate representation of color #BD0567: hue angle of 328.04º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0567 is Cyan = 0, Magento = 0.97, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 5 103 -
CMYK 0 0.97 0.46 0.26
HSL 328.04º 0.95% 0.38% -
HSV(B) 328.04º 0.97% 0.74% -
XYZ 23.49 11.91 13.89 -
YUV 71.19 145.96 212.03 -
System Red Green Blue C M Y K H S L
Decimal 189 5 103 0 0.97 0.46 0.26 328.04 0.95 0.38
Hex BD 5 67 0 61 2E 1A 148 5F 26
Octal 275 5 147 0 141 56 32 510 137 46
Binary 10111101 101 1100111 0 1100001 101110 11010 101001000 1011111 100110

Color Harmonies of #BD0567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0567

Black with #BD0567

Text Example


Text Example

White with #BD0567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0567; }

 p { color: rgb(189,5,103); }

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

background-color css

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

 a { background-color: rgb(189,5,103); }

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

border-color css

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

 span { border-color: rgb(189,5,103); }

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