Html Css Color HEX #BF93D6 Wisteria

📋 copy color: '#BF93D6'

red 191 ◦ green 147 ◦ blue 214

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

Shades of Wisteria #BF93D6

Tints of Wisteria #BF93D6

RGB

 RED value IS 191 (75% from 255) = 34.6%

 GREEN value IS 147 (57.81% from 255) = 26.63%

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 34.6%
G = 26.63%
B = 38.77%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BF93D6 (or 0xBF93D6) is known color: Wisteria. HEX triplet: BF, 93 and D6. RGB value is (191,147,214). Sum of RGB (Red+Green+Blue) = 191+147+214=552 (73% of max value = 765). Red value is 191 (75% from 255 or 34.60% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #BF93D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF93D6 is #406C29. Grayscale: #A7A7A7. Windows color (decimal): -4221994 or 14062527. OLE color: 14062527.

HSL color Cylindrical-coordinate representation of color #BF93D6: hue angle of 279.4º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BF93D6 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 191 147 214 -
CMYK 0.11 0.31 0 0.16
HSL 279.4º 0.45% 0.71% -
HSV(B) 279.4º 0.31% 0.84% -
XYZ 44.06 36.8 68.4 -
YUV 167.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 191 147 214 0.11 0.31 0 0.16 279.4 0.45 0.71
Hex BF 93 D6 B 1F 0 10 117 2D 47
Octal 277 223 326 13 37 0 20 427 55 107
Binary 10111111 10010011 11010110 1011 11111 0 10000 100010111 101101 1000111

Color Harmonies of #BF93D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF93D6

Black with #BF93D6

Text Example


Text Example

White with #BF93D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF93D6; }

 p { color: rgb(191,147,214); }

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

background-color css

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

 a { background-color: rgb(191,147,214); }

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

border-color css

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

 span { border-color: rgb(191,147,214); }

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