Html Css Color HEX #BD0062 Jazzberry Jam

📋 copy color: '#BD0062'

red 189 ◦ green 0 ◦ blue 98

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

Shades of Jazzberry Jam #BD0062

Tints of Jazzberry Jam #BD0062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.15%

R = 65.85%
G = 0%
B = 34.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD0062 (or 0xBD0062) is known color: Jazzberry Jam. HEX triplet: BD, 00 and 62. RGB value is (189,0,98). Sum of RGB (Red+Green+Blue) = 189+0+98=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0062 is #42FF9D. Grayscale: #434343. Windows color (decimal): -4390814 or 6422717. OLE color: 6422717.

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

Color convert

RGB 189 0 98 -
CMYK 0 1 0.48 0.26
HSL 328.89º 1% 0.37% -
HSV(B) 328.89º 1% 0.74% -
XYZ 23.19 11.7 12.59 -
YUV 67.68 145.12 214.53 -
System Red Green Blue C M Y K H S L
Decimal 189 0 98 0 1 0.48 0.26 328.89 1 0.37
Hex BD 0 62 0 64 30 1A 149 64 25
Octal 275 0 142 0 144 60 32 511 144 45
Binary 10111101 0 1100010 0 1100100 110000 11010 101001001 1100100 100101

Color Harmonies of #BD0062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0062

Black with #BD0062

Text Example


Text Example

White with #BD0062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0062; }

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

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

background-color css

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

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

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

border-color css

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

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

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