Html Css Color HEX #BD7CDB Wisteria

📋 copy color: '#BD7CDB'

red 189 ◦ green 124 ◦ blue 219

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

Shades of Wisteria #BD7CDB

Tints of Wisteria #BD7CDB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.31%

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 35.53%
G = 23.31%
B = 41.17%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD7CDB (or 0xBD7CDB) is known color: Wisteria. HEX triplet: BD, 7C and DB. RGB value is (189,124,219). Sum of RGB (Red+Green+Blue) = 189+124+219=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 124 (48.83% from 255 or 23.31% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDB is #428324. Grayscale: #999999. Windows color (decimal): -4358949 or 14384317. OLE color: 14384317.

HSL color Cylindrical-coordinate representation of color #BD7CDB: hue angle of 281.05º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD7CDB is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 124 219 -
CMYK 0.14 0.43 0 0.14
HSL 281.05º 0.57% 0.67% -
HSV(B) 281.05º 0.43% 0.86% -
XYZ 40.98 30.35 70.72 -
YUV 154.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 189 124 219 0.14 0.43 0 0.14 281.05 0.57 0.67
Hex BD 7C DB E 2B 0 E 119 39 43
Octal 275 174 333 16 53 0 16 431 71 103
Binary 10111101 1111100 11011011 1110 101011 0 1110 100011001 111001 1000011

Color Harmonies of #BD7CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CDB

Black with #BD7CDB

Text Example


Text Example

White with #BD7CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CDB; }

 p { color: rgb(189,124,219); }

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

background-color css

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

 a { background-color: rgb(189,124,219); }

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

border-color css

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

 span { border-color: rgb(189,124,219); }

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