Html Css Color HEX #BD7BDF Wisteria

📋 copy color: '#BD7BDF'

red 189 ◦ green 123 ◦ blue 223

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

Shades of Wisteria #BD7BDF

Tints of Wisteria #BD7BDF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.99%

 BLUE value IS 223 (87.5% from 255) = 41.68%

R = 35.33%
G = 22.99%
B = 41.68%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD7BDF (or 0xBD7BDF) is known color: Wisteria. HEX triplet: BD, 7B and DF. RGB value is (189,123,223). Sum of RGB (Red+Green+Blue) = 189+123+223=535 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.33% from 535); Green value is 123 (48.44% from 255 or 22.99% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD7BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BDF is #428420. Grayscale: #999999. Windows color (decimal): -4359201 or 14646205. OLE color: 14646205.

HSL color Cylindrical-coordinate representation of color #BD7BDF: hue angle of 279.6º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD7BDF is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 123 223 -
CMYK 0.15 0.45 0 0.13
HSL 279.6º 0.61% 0.68% -
HSV(B) 279.6º 0.45% 0.87% -
XYZ 41.39 30.31 73.48 -
YUV 154.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 189 123 223 0.15 0.45 0 0.13 279.6 0.61 0.68
Hex BD 7B DF F 2D 0 D 118 3D 44
Octal 275 173 337 17 55 0 15 430 75 104
Binary 10111101 1111011 11011111 1111 101101 0 1101 100011000 111101 1000100

Color Harmonies of #BD7BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BDF

Black with #BD7BDF

Text Example


Text Example

White with #BD7BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BDF; }

 p { color: rgb(189,123,223); }

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

background-color css

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

 a { background-color: rgb(189,123,223); }

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

border-color css

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

 span { border-color: rgb(189,123,223); }

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