Html Css Color HEX #BD7FDF Wisteria

📋 copy color: '#BD7FDF'

red 189 ◦ green 127 ◦ blue 223

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

Shades of Wisteria #BD7FDF

Tints of Wisteria #BD7FDF

RGB

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

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

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

R = 35.06%
G = 23.56%
B = 41.37%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD7FDF (or 0xBD7FDF) is known color: Wisteria. HEX triplet: BD, 7F and DF. RGB value is (189,127,223). Sum of RGB (Red+Green+Blue) = 189+127+223=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD7FDF is #428020. Grayscale: #9C9C9C. Windows color (decimal): -4358177 or 14647229. OLE color: 14647229.

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

Color convert

RGB 189 127 223 -
CMYK 0.15 0.43 0 0.13
HSL 278.75º 0.6% 0.69% -
HSV(B) 278.75º 0.43% 0.87% -
XYZ 41.89 31.33 73.65 -
YUV 156.48 165.54 151.19 -
System Red Green Blue C M Y K H S L
Decimal 189 127 223 0.15 0.43 0 0.13 278.75 0.6 0.69
Hex BD 7F DF F 2B 0 D 117 3C 45
Octal 275 177 337 17 53 0 15 427 74 105
Binary 10111101 1111111 11011111 1111 101011 0 1101 100010111 111100 1000101

Color Harmonies of #BD7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7FDF

Black with #BD7FDF

Text Example


Text Example

White with #BD7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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