Html Css Color HEX #BD85FA Wisteria

📋 copy color: '#BD85FA'

red 189 ◦ green 133 ◦ blue 250

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

Shades of Wisteria #BD85FA

Tints of Wisteria #BD85FA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.25%

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

R = 33.04%
G = 23.25%
B = 43.71%

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

#BD85FA (or 0xBD85FA) is known color: Wisteria. HEX triplet: BD, 85 and FA. RGB value is (189,133,250). Sum of RGB (Red+Green+Blue) = 189+133+250=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85FA is #427A05. Grayscale: #A2A2A2. Windows color (decimal): -4356614 or 16418237. OLE color: 16418237.

HSL color Cylindrical-coordinate representation of color #BD85FA: hue angle of 268.72º degrees, saturation: 0.92, 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 #BD85FA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 133 250 -
CMYK 0.24 0.47 0 0.02
HSL 268.72º 0.92% 0.75% -
HSV(B) 268.72º 0.47% 0.98% -
XYZ 46.63 34.5 94.64 -
YUV 163.08 177.05 146.49 -
System Red Green Blue C M Y K H S L
Decimal 189 133 250 0.24 0.47 0 0.02 268.72 0.92 0.75
Hex BD 85 FA 18 2F 0 2 10D 5C 4B
Octal 275 205 372 30 57 0 2 415 134 113
Binary 10111101 10000101 11111010 11000 101111 0 10 100001101 1011100 1001011

Color Harmonies of #BD85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD85FA

Black with #BD85FA

Text Example


Text Example

White with #BD85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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