Html Css Color HEX #BA7BED Wisteria

📋 copy color: '#BA7BED'

red 186 ◦ green 123 ◦ blue 237

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

Shades of Wisteria #BA7BED

Tints of Wisteria #BA7BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.53%

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

R = 34.07%
G = 22.53%
B = 43.41%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BA7BED (or 0xBA7BED) is known color: Wisteria. HEX triplet: BA, 7B and ED. RGB value is (186,123,237). Sum of RGB (Red+Green+Blue) = 186+123+237=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 237 (92.97% from 255 or 43.41% from 546); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA7BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7BED is #458412. Grayscale: #9A9A9A. Windows color (decimal): -4555795 or 15563706. OLE color: 15563706.

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

Color convert

RGB 186 123 237 -
CMYK 0.22 0.48 0 0.07
HSL 273.16º 0.76% 0.71% -
HSV(B) 273.16º 0.48% 0.93% -
XYZ 42.62 30.72 83.8 -
YUV 154.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 186 123 237 0.22 0.48 0 0.07 273.16 0.76 0.71
Hex BA 7B ED 16 30 0 7 111 4C 47
Octal 272 173 355 26 60 0 7 421 114 107
Binary 10111010 1111011 11101101 10110 110000 0 111 100010001 1001100 1000111

Color Harmonies of #BA7BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7BED

Black with #BA7BED

Text Example


Text Example

White with #BA7BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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