Html Css Color HEX #BD85EA Wisteria

📋 copy color: '#BD85EA'

red 189 ◦ green 133 ◦ blue 234

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

Shades of Wisteria #BD85EA

Tints of Wisteria #BD85EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.09%

R = 33.99%
G = 23.92%
B = 42.09%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD85EA (or 0xBD85EA) is known color: Wisteria. HEX triplet: BD, 85 and EA. RGB value is (189,133,234). Sum of RGB (Red+Green+Blue) = 189+133+234=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 133 (52.34% from 255 or 23.92% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD85EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD85EA is #427A15. Grayscale: #A0A0A0. Windows color (decimal): -4356630 or 15369661. OLE color: 15369661.

HSL color Cylindrical-coordinate representation of color #BD85EA: hue angle of 273.27º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD85EA is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 133 234 -
CMYK 0.19 0.43 0 0.08
HSL 273.27º 0.71% 0.72% -
HSV(B) 273.27º 0.43% 0.92% -
XYZ 44.23 33.53 81.98 -
YUV 161.26 169.05 147.79 -
System Red Green Blue C M Y K H S L
Decimal 189 133 234 0.19 0.43 0 0.08 273.27 0.71 0.72
Hex BD 85 EA 13 2B 0 8 111 47 48
Octal 275 205 352 23 53 0 10 421 107 110
Binary 10111101 10000101 11101010 10011 101011 0 1000 100010001 1000111 1001000

Color Harmonies of #BD85EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD85EA

Black with #BD85EA

Text Example


Text Example

White with #BD85EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD85EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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