Html Css Color HEX #BB85FA Wisteria

📋 copy color: '#BB85FA'

red 187 ◦ green 133 ◦ blue 250

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

Shades of Wisteria #BB85FA

Tints of Wisteria #BB85FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 32.81%
G = 23.33%
B = 43.86%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB85FA (or 0xBB85FA) is known color: Wisteria. HEX triplet: BB, 85 and FA. RGB value is (187,133,250). Sum of RGB (Red+Green+Blue) = 187+133+250=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 133 (52.34% from 255 or 23.33% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB85FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85FA is #447A05. Grayscale: #A2A2A2. Windows color (decimal): -4487686 or 16418235. OLE color: 16418235.

HSL color Cylindrical-coordinate representation of color #BB85FA: hue angle of 267.69º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB85FA is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 133 250 -
CMYK 0.25 0.47 0 0.02
HSL 267.69º 0.92% 0.75% -
HSV(B) 267.69º 0.47% 0.98% -
XYZ 46.14 34.24 94.62 -
YUV 162.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 187 133 250 0.25 0.47 0 0.02 267.69 0.92 0.75
Hex BB 85 FA 19 2F 0 2 10C 5C 4B
Octal 273 205 372 31 57 0 2 414 134 113
Binary 10111011 10000101 11111010 11001 101111 0 10 100001100 1011100 1001011

Color Harmonies of #BB85FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB85FA

Black with #BB85FA

Text Example


Text Example

White with #BB85FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB85FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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