Html Css Color HEX #BD7BDA Wisteria

📋 copy color: '#BD7BDA'

red 189 ◦ green 123 ◦ blue 218

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

Shades of Wisteria #BD7BDA

Tints of Wisteria #BD7BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 35.66%
G = 23.21%
B = 41.13%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD7BDA (or 0xBD7BDA) is known color: Wisteria. HEX triplet: BD, 7B and DA. RGB value is (189,123,218). Sum of RGB (Red+Green+Blue) = 189+123+218=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD7BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7BDA is #428425. Grayscale: #999999. Windows color (decimal): -4359206 or 14318525. OLE color: 14318525.

HSL color Cylindrical-coordinate representation of color #BD7BDA: hue angle of 281.68º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD7BDA is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 123 218 -
CMYK 0.13 0.44 0 0.15
HSL 281.68º 0.56% 0.67% -
HSV(B) 281.68º 0.44% 0.85% -
XYZ 40.72 30.05 69.98 -
YUV 153.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 189 123 218 0.13 0.44 0 0.15 281.68 0.56 0.67
Hex BD 7B DA D 2C 0 F 11A 38 43
Octal 275 173 332 15 54 0 17 432 70 103
Binary 10111101 1111011 11011010 1101 101100 0 1111 100011010 111000 1000011

Color Harmonies of #BD7BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BDA

Black with #BD7BDA

Text Example


Text Example

White with #BD7BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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