Html Css Color HEX #BA7DED Wisteria

📋 copy color: '#BA7DED'

red 186 ◦ green 125 ◦ blue 237

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

Shades of Wisteria #BA7DED

Tints of Wisteria #BA7DED

RGB

 RED value IS 186 (73.05% from 255) = 33.94%

 GREEN value IS 125 (49.22% from 255) = 22.81%

 BLUE value IS 237 (92.97% from 255) = 43.25%

R = 33.94%
G = 22.81%
B = 43.25%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7DED (or 0xBA7DED) is known color: Wisteria. HEX triplet: BA, 7D and ED. RGB value is (186,125,237). Sum of RGB (Red+Green+Blue) = 186+125+237=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DED is #458212. Grayscale: #9B9B9B. Windows color (decimal): -4555283 or 15564218. OLE color: 15564218.

HSL color Cylindrical-coordinate representation of color #BA7DED: hue angle of 272.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA7DED is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 186 125 237 -
CMYK 0.22 0.47 0 0.07
HSL 272.68º 0.76% 0.71% -
HSV(B) 272.68º 0.47% 0.93% -
XYZ 42.87 31.22 83.89 -
YUV 156.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 186 125 237 0.22 0.47 0 0.07 272.68 0.76 0.71
Hex BA 7D ED 16 2F 0 7 111 4C 47
Octal 272 175 355 26 57 0 7 421 114 107
Binary 10111010 1111101 11101101 10110 101111 0 111 100010001 1001100 1000111

Color Harmonies of #BA7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DED

Black with #BA7DED

Text Example


Text Example

White with #BA7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DED; }

 p { color: rgb(186,125,237); }

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

background-color css

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

 a { background-color: rgb(186,125,237); }

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

border-color css

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

 span { border-color: rgb(186,125,237); }

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