Html Css Color HEX #BD87F0 Wisteria

📋 copy color: '#BD87F0'

red 189 ◦ green 135 ◦ blue 240

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

Shades of Wisteria #BD87F0

Tints of Wisteria #BD87F0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.94%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 33.51%
G = 23.94%
B = 42.55%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD87F0 (or 0xBD87F0) is known color: Wisteria. HEX triplet: BD, 87 and F0. RGB value is (189,135,240). Sum of RGB (Red+Green+Blue) = 189+135+240=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD87F0 is #42780F. Grayscale: #A2A2A2. Windows color (decimal): -4356112 or 15763389. OLE color: 15763389.

HSL color Cylindrical-coordinate representation of color #BD87F0: hue angle of 270.86º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD87F0 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 135 240 -
CMYK 0.21 0.44 0 0.06
HSL 270.86º 0.78% 0.74% -
HSV(B) 270.86º 0.44% 0.94% -
XYZ 45.38 34.44 86.69 -
YUV 163.12 171.39 146.46 -
System Red Green Blue C M Y K H S L
Decimal 189 135 240 0.21 0.44 0 0.06 270.86 0.78 0.74
Hex BD 87 F0 15 2C 0 6 10F 4E 4A
Octal 275 207 360 25 54 0 6 417 116 112
Binary 10111101 10000111 11110000 10101 101100 0 110 100001111 1001110 1001010

Color Harmonies of #BD87F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD87F0

Black with #BD87F0

Text Example


Text Example

White with #BD87F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD87F0; }

 p { color: rgb(189,135,240); }

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

background-color css

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

 a { background-color: rgb(189,135,240); }

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

border-color css

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

 span { border-color: rgb(189,135,240); }

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