Html Css Color HEX #BD84F9 Wisteria

📋 copy color: '#BD84F9'

red 189 ◦ green 132 ◦ blue 249

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

Shades of Wisteria #BD84F9

Tints of Wisteria #BD84F9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.16%

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 33.16%
G = 23.16%
B = 43.68%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD84F9 (or 0xBD84F9) is known color: Wisteria. HEX triplet: BD, 84 and F9. RGB value is (189,132,249). Sum of RGB (Red+Green+Blue) = 189+132+249=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD84F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84F9 is #427B06. Grayscale: #A1A1A1. Windows color (decimal): -4356871 or 16352445. OLE color: 16352445.

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

Color convert

RGB 189 132 249 -
CMYK 0.24 0.47 0 0.02
HSL 269.23º 0.91% 0.75% -
HSV(B) 269.23º 0.47% 0.98% -
XYZ 46.34 34.16 93.77 -
YUV 162.38 176.88 146.99 -
System Red Green Blue C M Y K H S L
Decimal 189 132 249 0.24 0.47 0 0.02 269.23 0.91 0.75
Hex BD 84 F9 18 2F 0 2 10D 5B 4B
Octal 275 204 371 30 57 0 2 415 133 113
Binary 10111101 10000100 11111001 11000 101111 0 10 100001101 1011011 1001011

Color Harmonies of #BD84F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD84F9

Black with #BD84F9

Text Example


Text Example

White with #BD84F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD84F9; }

 p { color: rgb(189,132,249); }

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

background-color css

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

 a { background-color: rgb(189,132,249); }

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

border-color css

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

 span { border-color: rgb(189,132,249); }

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