Html Css Color HEX #BD7FDA Wisteria

📋 copy color: '#BD7FDA'

red 189 ◦ green 127 ◦ blue 218

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

Shades of Wisteria #BD7FDA

Tints of Wisteria #BD7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.78%

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

R = 35.39%
G = 23.78%
B = 40.82%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD7FDA (or 0xBD7FDA) is known color: Wisteria. HEX triplet: BD, 7F and DA. RGB value is (189,127,218). Sum of RGB (Red+Green+Blue) = 189+127+218=534 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.39% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD7FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FDA is #428025. Grayscale: #9B9B9B. Windows color (decimal): -4358182 or 14319549. OLE color: 14319549.

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

Color convert

RGB 189 127 218 -
CMYK 0.13 0.42 0 0.15
HSL 280.88º 0.55% 0.68% -
HSV(B) 280.88º 0.42% 0.85% -
XYZ 41.23 31.06 70.15 -
YUV 155.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 189 127 218 0.13 0.42 0 0.15 280.88 0.55 0.68
Hex BD 7F DA D 2A 0 F 119 37 44
Octal 275 177 332 15 52 0 17 431 67 104
Binary 10111101 1111111 11011010 1101 101010 0 1111 100011001 110111 1000100

Color Harmonies of #BD7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FDA

Black with #BD7FDA

Text Example


Text Example

White with #BD7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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