Html Css Color HEX #BD6EA1 Hopbush

📋 copy color: '#BD6EA1'

red 189 ◦ green 110 ◦ blue 161

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

Shades of Hopbush #BD6EA1

Tints of Hopbush #BD6EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.91%

 BLUE value IS 161 (63.28% from 255) = 35%

R = 41.09%
G = 23.91%
B = 35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD6EA1 (or 0xBD6EA1) is known color: Hopbush. HEX triplet: BD, 6E and A1. RGB value is (189,110,161). Sum of RGB (Red+Green+Blue) = 189+110+161=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6EA1 is #42915E. Grayscale: #8B8B8B. Windows color (decimal): -4362591 or 10579645. OLE color: 10579645.

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

Color convert

RGB 189 110 161 -
CMYK 0 0.42 0.15 0.26
HSL 321.27º 0.37% 0.59% -
HSV(B) 321.27º 0.42% 0.74% -
XYZ 33 24.54 36.72 -
YUV 139.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 189 110 161 0 0.42 0.15 0.26 321.27 0.37 0.59
Hex BD 6E A1 0 2A F 1A 141 25 3B
Octal 275 156 241 0 52 17 32 501 45 73
Binary 10111101 1101110 10100001 0 101010 1111 11010 101000001 100101 111011

Color Harmonies of #BD6EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6EA1

Black with #BD6EA1

Text Example


Text Example

White with #BD6EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6EA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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