Html Css Color HEX #BB92D2 Wisteria

📋 copy color: '#BB92D2'

red 187 ◦ green 146 ◦ blue 210

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

Shades of Wisteria #BB92D2

Tints of Wisteria #BB92D2

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.89%

 BLUE value IS 210 (82.42% from 255) = 38.67%

R = 34.44%
G = 26.89%
B = 38.67%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB92D2 (or 0xBB92D2) is known color: Wisteria. HEX triplet: BB, 92 and D2. RGB value is (187,146,210). Sum of RGB (Red+Green+Blue) = 187+146+210=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 210 - color contains mainly: blue. Hex color #BB92D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB92D2 is #446D2D. Grayscale: #A5A5A5. Windows color (decimal): -4484398 or 13800123. OLE color: 13800123.

HSL color Cylindrical-coordinate representation of color #BB92D2: hue angle of 278.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB92D2 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 146 210 -
CMYK 0.11 0.30 0 0.18
HSL 278.44º 0.42% 0.7% -
HSV(B) 278.44º 0.3% 0.82% -
XYZ 42.41 35.78 65.64 -
YUV 165.56 153.08 143.3 -
System Red Green Blue C M Y K H S L
Decimal 187 146 210 0.11 0.30 0 0.18 278.44 0.42 0.7
Hex BB 92 D2 B 1E 0 12 116 2A 46
Octal 273 222 322 13 36 0 22 426 52 106
Binary 10111011 10010010 11010010 1011 11110 0 10010 100010110 101010 1000110

Color Harmonies of #BB92D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB92D2

Black with #BB92D2

Text Example


Text Example

White with #BB92D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB92D2; }

 p { color: rgb(187,146,210); }

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

background-color css

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

 a { background-color: rgb(187,146,210); }

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

border-color css

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

 span { border-color: rgb(187,146,210); }

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