Html Css Color HEX #BD89FA Wisteria

📋 copy color: '#BD89FA'

red 189 ◦ green 137 ◦ blue 250

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

Shades of Wisteria #BD89FA

Tints of Wisteria #BD89FA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.78%

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 32.81%
G = 23.78%
B = 43.4%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD89FA (or 0xBD89FA) is known color: Wisteria. HEX triplet: BD, 89 and FA. RGB value is (189,137,250). Sum of RGB (Red+Green+Blue) = 189+137+250=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 137 (53.91% from 255 or 23.78% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD89FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD89FA is #427605. Grayscale: #A5A5A5. Windows color (decimal): -4355590 or 16419261. OLE color: 16419261.

HSL color Cylindrical-coordinate representation of color #BD89FA: hue angle of 267.61º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD89FA is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 137 250 -
CMYK 0.24 0.45 0 0.02
HSL 267.61º 0.92% 0.76% -
HSV(B) 267.61º 0.45% 0.98% -
XYZ 47.19 35.61 94.83 -
YUV 165.43 175.73 144.81 -
System Red Green Blue C M Y K H S L
Decimal 189 137 250 0.24 0.45 0 0.02 267.61 0.92 0.76
Hex BD 89 FA 18 2D 0 2 10C 5C 4C
Octal 275 211 372 30 55 0 2 414 134 114
Binary 10111101 10001001 11111010 11000 101101 0 10 100001100 1011100 1001100

Color Harmonies of #BD89FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD89FA

Black with #BD89FA

Text Example


Text Example

White with #BD89FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD89FA; }

 p { color: rgb(189,137,250); }

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

background-color css

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

 a { background-color: rgb(189,137,250); }

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

border-color css

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

 span { border-color: rgb(189,137,250); }

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