Html Css Color HEX #BD88FF Wisteria

📋 copy color: '#BD88FF'

red 189 ◦ green 136 ◦ blue 255

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

Shades of Wisteria #BD88FF

Tints of Wisteria #BD88FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 32.59%
G = 23.45%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD88FF (or 0xBD88FF) is known color: Wisteria. HEX triplet: BD, 88 and FF. RGB value is (189,136,255). Sum of RGB (Red+Green+Blue) = 189+136+255=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88FF is #427700. Grayscale: #A4A4A4. Windows color (decimal): -4355841 or 16746685. OLE color: 16746685.

HSL color Cylindrical-coordinate representation of color #BD88FF: hue angle of 266.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD88FF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 136 255 -
CMYK 0.26 0.47 0 0
HSL 266.72º 1% 0.77% -
HSV(B) 266.72º 0.47% 1% -
XYZ 47.84 35.65 98.97 -
YUV 165.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 189 136 255 0.26 0.47 0 0 266.72 1 0.77
Hex BD 88 FF 1A 2F 0 0 10B 64 4D
Octal 275 210 377 32 57 0 0 413 144 115
Binary 10111101 10001000 11111111 11010 101111 0 0 100001011 1100100 1001101

Color Harmonies of #BD88FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD88FF

Black with #BD88FF

Text Example


Text Example

White with #BD88FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD88FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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