Html Css Color HEX #BD88F8 Wisteria

📋 copy color: '#BD88F8'

red 189 ◦ green 136 ◦ blue 248

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

Shades of Wisteria #BD88F8

Tints of Wisteria #BD88F8

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.73%

 BLUE value IS 248 (97.27% from 255) = 43.28%

R = 32.98%
G = 23.73%
B = 43.28%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD88F8 (or 0xBD88F8) is known color: Wisteria. HEX triplet: BD, 88 and F8. RGB value is (189,136,248). Sum of RGB (Red+Green+Blue) = 189+136+248=573 (75% of max value = 765). Red value is 189 (74.22% from 255 or 32.98% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD88F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88F8 is #427707. Grayscale: #A4A4A4. Windows color (decimal): -4355848 or 16287933. OLE color: 16287933.

HSL color Cylindrical-coordinate representation of color #BD88F8: hue angle of 268.39º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD88F8 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 136 248 -
CMYK 0.24 0.45 0 0.03
HSL 268.39º 0.89% 0.75% -
HSV(B) 268.39º 0.45% 0.97% -
XYZ 46.73 35.2 93.14 -
YUV 164.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 189 136 248 0.24 0.45 0 0.03 268.39 0.89 0.75
Hex BD 88 F8 18 2D 0 3 10C 59 4B
Octal 275 210 370 30 55 0 3 414 131 113
Binary 10111101 10001000 11111000 11000 101101 0 11 100001100 1011001 1001011

Color Harmonies of #BD88F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88F8

Black with #BD88F8

Text Example


Text Example

White with #BD88F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88F8; }

 p { color: rgb(189,136,248); }

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

background-color css

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

 a { background-color: rgb(189,136,248); }

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

border-color css

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

 span { border-color: rgb(189,136,248); }

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