Html Css Color HEX #BB86FD Wisteria

📋 copy color: '#BB86FD'

red 187 ◦ green 134 ◦ blue 253

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

Shades of Wisteria #BB86FD

Tints of Wisteria #BB86FD

RGB

 RED value IS 187 (73.44% from 255) = 32.58%

 GREEN value IS 134 (52.73% from 255) = 23.34%

 BLUE value IS 253 (99.22% from 255) = 44.08%

R = 32.58%
G = 23.34%
B = 44.08%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB86FD (or 0xBB86FD) is known color: Wisteria. HEX triplet: BB, 86 and FD. RGB value is (187,134,253). Sum of RGB (Red+Green+Blue) = 187+134+253=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 134 (52.73% from 255 or 23.34% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB86FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86FD is #447902. Grayscale: #A2A2A2. Windows color (decimal): -4487427 or 16615099. OLE color: 16615099.

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

Color convert

RGB 187 134 253 -
CMYK 0.26 0.47 0 0.01
HSL 266.72º 0.97% 0.76% -
HSV(B) 266.72º 0.47% 0.99% -
XYZ 46.75 34.71 97.16 -
YUV 163.41 178.56 144.82 -
System Red Green Blue C M Y K H S L
Decimal 187 134 253 0.26 0.47 0 0.01 266.72 0.97 0.76
Hex BB 86 FD 1A 2F 0 1 10B 61 4C
Octal 273 206 375 32 57 0 1 413 141 114
Binary 10111011 10000110 11111101 11010 101111 0 1 100001011 1100001 1001100

Color Harmonies of #BB86FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB86FD

Black with #BB86FD

Text Example


Text Example

White with #BB86FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB86FD; }

 p { color: rgb(187,134,253); }

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

background-color css

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

 a { background-color: rgb(187,134,253); }

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

border-color css

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

 span { border-color: rgb(187,134,253); }

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