Html Css Color HEX #BB8CDF Wisteria

📋 copy color: '#BB8CDF'

red 187 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #BB8CDF

Tints of Wisteria #BB8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.45%

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 34%
G = 25.45%
B = 40.55%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB8CDF (or 0xBB8CDF) is known color: Wisteria. HEX triplet: BB, 8C and DF. RGB value is (187,140,223). Sum of RGB (Red+Green+Blue) = 187+140+223=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CDF is #447320. Grayscale: #A3A3A3. Windows color (decimal): -4485921 or 14650555. OLE color: 14650555.

HSL color Cylindrical-coordinate representation of color #BB8CDF: hue angle of 273.98º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8CDF is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 140 223 -
CMYK 0.16 0.37 0 0.13
HSL 273.98º 0.56% 0.71% -
HSV(B) 273.98º 0.37% 0.87% -
XYZ 43.19 34.65 74.22 -
YUV 163.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 187 140 223 0.16 0.37 0 0.13 273.98 0.56 0.71
Hex BB 8C DF 10 25 0 D 112 38 47
Octal 273 214 337 20 45 0 15 422 70 107
Binary 10111011 10001100 11011111 10000 100101 0 1101 100010010 111000 1000111

Color Harmonies of #BB8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8CDF

Black with #BB8CDF

Text Example


Text Example

White with #BB8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8CDF; }

 p { color: rgb(187,140,223); }

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

background-color css

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

 a { background-color: rgb(187,140,223); }

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

border-color css

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

 span { border-color: rgb(187,140,223); }

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