Html Css Color HEX #BD7BE9 Wisteria

📋 copy color: '#BD7BE9'

red 189 ◦ green 123 ◦ blue 233

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

Shades of Wisteria #BD7BE9

Tints of Wisteria #BD7BE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 42.75%

R = 34.68%
G = 22.57%
B = 42.75%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD7BE9 (or 0xBD7BE9) is known color: Wisteria. HEX triplet: BD, 7B and E9. RGB value is (189,123,233). Sum of RGB (Red+Green+Blue) = 189+123+233=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD7BE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BE9 is #428416. Grayscale: #9A9A9A. Windows color (decimal): -4359191 or 15301565. OLE color: 15301565.

HSL color Cylindrical-coordinate representation of color #BD7BE9: hue angle of 276º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7BE9 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 123 233 -
CMYK 0.19 0.47 0 0.09
HSL 276º 0.71% 0.7% -
HSV(B) 276º 0.47% 0.91% -
XYZ 42.78 30.87 80.79 -
YUV 155.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 189 123 233 0.19 0.47 0 0.09 276 0.71 0.7
Hex BD 7B E9 13 2F 0 9 114 47 46
Octal 275 173 351 23 57 0 11 424 107 106
Binary 10111101 1111011 11101001 10011 101111 0 1001 100010100 1000111 1000110

Color Harmonies of #BD7BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7BE9

Black with #BD7BE9

Text Example


Text Example

White with #BD7BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7BE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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