Html Css Color HEX #BD015F Jazzberry Jam

📋 copy color: '#BD015F'

red 189 ◦ green 1 ◦ blue 95

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

Shades of Jazzberry Jam #BD015F

Tints of Jazzberry Jam #BD015F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 66.32%
G = 0.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD015F (or 0xBD015F) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 5F. RGB value is (189,1,95). Sum of RGB (Red+Green+Blue) = 189+1+95=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD015F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD015F is #42FEA0. Grayscale: #434343. Windows color (decimal): -4390561 or 6226365. OLE color: 6226365.

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

Color convert

RGB 189 1 95 -
CMYK 0 0.99 0.50 0.26
HSL 330º 0.99% 0.37% -
HSV(B) 330º 0.99% 0.74% -
XYZ 23.06 11.67 11.86 -
YUV 67.93 143.28 214.36 -
System Red Green Blue C M Y K H S L
Decimal 189 1 95 0 0.99 0.50 0.26 330 0.99 0.37
Hex BD 1 5F 0 63 32 1A 14A 63 25
Octal 275 1 137 0 143 62 32 512 143 45
Binary 10111101 1 1011111 0 1100011 110010 11010 101001010 1100011 100101

Color Harmonies of #BD015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD015F

Black with #BD015F

Text Example


Text Example

White with #BD015F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD015F; }

 p { color: rgb(189,1,95); }

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

background-color css

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

 a { background-color: rgb(189,1,95); }

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

border-color css

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

 span { border-color: rgb(189,1,95); }

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