Html Css Color HEX #BF97E0 Wisteria

📋 copy color: '#BF97E0'

red 191 ◦ green 151 ◦ blue 224

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

Shades of Wisteria #BF97E0

Tints of Wisteria #BF97E0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.68%

 BLUE value IS 224 (87.89% from 255) = 39.58%

R = 33.75%
G = 26.68%
B = 39.58%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF97E0 (or 0xBF97E0) is known color: Wisteria. HEX triplet: BF, 97 and E0. RGB value is (191,151,224). Sum of RGB (Red+Green+Blue) = 191+151+224=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF97E0 is #40681F. Grayscale: #ABABAB. Windows color (decimal): -4220960 or 14718911. OLE color: 14718911.

HSL color Cylindrical-coordinate representation of color #BF97E0: hue angle of 272.88º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF97E0 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 151 224 -
CMYK 0.15 0.33 0 0.12
HSL 272.88º 0.54% 0.74% -
HSV(B) 272.88º 0.33% 0.88% -
XYZ 46.01 38.59 75.55 -
YUV 171.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 191 151 224 0.15 0.33 0 0.12 272.88 0.54 0.74
Hex BF 97 E0 F 21 0 C 111 36 4A
Octal 277 227 340 17 41 0 14 421 66 112
Binary 10111111 10010111 11100000 1111 100001 0 1100 100010001 110110 1001010

Color Harmonies of #BF97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF97E0

Black with #BF97E0

Text Example


Text Example

White with #BF97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF97E0; }

 p { color: rgb(191,151,224); }

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

background-color css

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

 a { background-color: rgb(191,151,224); }

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

border-color css

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

 span { border-color: rgb(191,151,224); }

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