Html Css Color HEX #BD0067 Jazzberry Jam

📋 copy color: '#BD0067'

red 189 ◦ green 0 ◦ blue 103

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

Shades of Jazzberry Jam #BD0067

Tints of Jazzberry Jam #BD0067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.73%
G = 0%
B = 35.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BD0067 (or 0xBD0067) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 67. RGB value is (189,0,103). Sum of RGB (Red+Green+Blue) = 189+0+103=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0067 is #42FF98. Grayscale: #444444. Windows color (decimal): -4390809 or 6750397. OLE color: 6750397.

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

Color convert

RGB 189 0 103 -
CMYK 0 1 0.46 0.26
HSL 327.3º 1% 0.37% -
HSV(B) 327.3º 1% 0.74% -
XYZ 23.43 11.8 13.87 -
YUV 68.25 147.62 214.12 -
System Red Green Blue C M Y K H S L
Decimal 189 0 103 0 1 0.46 0.26 327.3 1 0.37
Hex BD 0 67 0 64 2E 1A 147 64 25
Octal 275 0 147 0 144 56 32 507 144 45
Binary 10111101 0 1100111 0 1100100 101110 11010 101000111 1100100 100101

Color Harmonies of #BD0067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0067

Black with #BD0067

Text Example


Text Example

White with #BD0067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0067; }

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

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

background-color css

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

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

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

border-color css

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

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

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