Html Css Color HEX #BD7CDA Wisteria

📋 copy color: '#BD7CDA'

red 189 ◦ green 124 ◦ blue 218

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

Shades of Wisteria #BD7CDA

Tints of Wisteria #BD7CDA

RGB

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

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

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

R = 35.59%
G = 23.35%
B = 41.05%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD7CDA (or 0xBD7CDA) is known color: Wisteria. HEX triplet: BD, 7C and DA. RGB value is (189,124,218). Sum of RGB (Red+Green+Blue) = 189+124+218=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD7CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7CDA is #428325. Grayscale: #999999. Windows color (decimal): -4358950 or 14318781. OLE color: 14318781.

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

Color convert

RGB 189 124 218 -
CMYK 0.13 0.43 0 0.15
HSL 281.49º 0.56% 0.67% -
HSV(B) 281.49º 0.43% 0.85% -
XYZ 40.85 30.3 70.02 -
YUV 154.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 189 124 218 0.13 0.43 0 0.15 281.49 0.56 0.67
Hex BD 7C DA D 2B 0 F 119 38 43
Octal 275 174 332 15 53 0 17 431 70 103
Binary 10111101 1111100 11011010 1101 101011 0 1111 100011001 111000 1000011

Color Harmonies of #BD7CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7CDA

Black with #BD7CDA

Text Example


Text Example

White with #BD7CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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