Html Css Color HEX #BA7DE8 Wisteria

📋 copy color: '#BA7DE8'

red 186 ◦ green 125 ◦ blue 232

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

Shades of Wisteria #BA7DE8

Tints of Wisteria #BA7DE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.73%

R = 34.25%
G = 23.02%
B = 42.73%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BA7DE8 (or 0xBA7DE8) is known color: Wisteria. HEX triplet: BA, 7D and E8. RGB value is (186,125,232). Sum of RGB (Red+Green+Blue) = 186+125+232=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 125 (49.22% from 255 or 23.02% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA7DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7DE8 is #458217. Grayscale: #9B9B9B. Windows color (decimal): -4555288 or 15236538. OLE color: 15236538.

HSL color Cylindrical-coordinate representation of color #BA7DE8: hue angle of 274.21º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BA7DE8 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 186 125 232 -
CMYK 0.20 0.46 0 0.09
HSL 274.21º 0.7% 0.7% -
HSV(B) 274.21º 0.46% 0.91% -
XYZ 42.15 30.93 80.09 -
YUV 155.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 186 125 232 0.20 0.46 0 0.09 274.21 0.7 0.7
Hex BA 7D E8 14 2E 0 9 112 46 46
Octal 272 175 350 24 56 0 11 422 106 106
Binary 10111010 1111101 11101000 10100 101110 0 1001 100010010 1000110 1000110

Color Harmonies of #BA7DE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7DE8

Black with #BA7DE8

Text Example


Text Example

White with #BA7DE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7DE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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