Html Css Color HEX #BB85E2 Wisteria

📋 copy color: '#BB85E2'

red 187 ◦ green 133 ◦ blue 226

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

Shades of Wisteria #BB85E2

Tints of Wisteria #BB85E2

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.36%

 BLUE value IS 226 (88.67% from 255) = 41.39%

R = 34.25%
G = 24.36%
B = 41.39%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB85E2 (or 0xBB85E2) is known color: Wisteria. HEX triplet: BB, 85 and E2. RGB value is (187,133,226). Sum of RGB (Red+Green+Blue) = 187+133+226=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 226 (88.67% from 255 or 41.39% from 546); Max value from RGB is 226 - color contains mainly: blue. Hex color #BB85E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB85E2 is #447A1D. Grayscale: #9F9F9F. Windows color (decimal): -4487710 or 14845371. OLE color: 14845371.

HSL color Cylindrical-coordinate representation of color #BB85E2: hue angle of 274.84º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB85E2 is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 133 226 -
CMYK 0.17 0.41 0 0.11
HSL 274.84º 0.62% 0.7% -
HSV(B) 274.84º 0.41% 0.89% -
XYZ 42.61 32.83 76.04 -
YUV 159.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 187 133 226 0.17 0.41 0 0.11 274.84 0.62 0.7
Hex BB 85 E2 11 29 0 B 113 3E 46
Octal 273 205 342 21 51 0 13 423 76 106
Binary 10111011 10000101 11100010 10001 101001 0 1011 100010011 111110 1000110

Color Harmonies of #BB85E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB85E2

Black with #BB85E2

Text Example


Text Example

White with #BB85E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB85E2; }

 p { color: rgb(187,133,226); }

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

background-color css

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

 a { background-color: rgb(187,133,226); }

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

border-color css

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

 span { border-color: rgb(187,133,226); }

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