Html Css Color HEX #BD016E Jazzberry Jam

📋 copy color: '#BD016E'

red 189 ◦ green 1 ◦ blue 110

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

Shades of Jazzberry Jam #BD016E

Tints of Jazzberry Jam #BD016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 36.67%

R = 63%
G = 0.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD016E (or 0xBD016E) is known color: Jazzberry Jam. HEX triplet: BD, 01 and 6E. RGB value is (189,1,110). Sum of RGB (Red+Green+Blue) = 189+1+110=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 1 (0.78% from 255 or 0.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD016E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD016E is #42FE91. Grayscale: #454545. Windows color (decimal): -4390546 or 7209405. OLE color: 7209405.

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

Color convert

RGB 189 1 110 -
CMYK 0 0.99 0.42 0.26
HSL 325.21º 0.99% 0.37% -
HSV(B) 325.21º 0.99% 0.74% -
XYZ 23.81 11.97 15.81 -
YUV 69.64 150.78 213.14 -
System Red Green Blue C M Y K H S L
Decimal 189 1 110 0 0.99 0.42 0.26 325.21 0.99 0.37
Hex BD 1 6E 0 63 2A 1A 145 63 25
Octal 275 1 156 0 143 52 32 505 143 45
Binary 10111101 1 1101110 0 1100011 101010 11010 101000101 1100011 100101

Color Harmonies of #BD016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD016E

Black with #BD016E

Text Example


Text Example

White with #BD016E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD016E; }

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

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

background-color css

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

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

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

border-color css

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

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

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