Html Css Color HEX #BF89EE Wisteria

📋 copy color: '#BF89EE'

red 191 ◦ green 137 ◦ blue 238

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

Shades of Wisteria #BF89EE

Tints of Wisteria #BF89EE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.2%

 BLUE value IS 238 (93.36% from 255) = 42.05%

R = 33.75%
G = 24.2%
B = 42.05%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF89EE (or 0xBF89EE) is known color: Wisteria. HEX triplet: BF, 89 and EE. RGB value is (191,137,238). Sum of RGB (Red+Green+Blue) = 191+137+238=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF89EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF89EE is #407611. Grayscale: #A4A4A4. Windows color (decimal): -4224530 or 15632831. OLE color: 15632831.

HSL color Cylindrical-coordinate representation of color #BF89EE: hue angle of 272.08º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF89EE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 137 238 -
CMYK 0.20 0.42 0 0.07
HSL 272.08º 0.75% 0.74% -
HSV(B) 272.08º 0.42% 0.93% -
XYZ 45.86 35.14 85.25 -
YUV 164.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 191 137 238 0.20 0.42 0 0.07 272.08 0.75 0.74
Hex BF 89 EE 14 2A 0 7 110 4B 4A
Octal 277 211 356 24 52 0 7 420 113 112
Binary 10111111 10001001 11101110 10100 101010 0 111 100010000 1001011 1001010

Color Harmonies of #BF89EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF89EE

Black with #BF89EE

Text Example


Text Example

White with #BF89EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF89EE; }

 p { color: rgb(191,137,238); }

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

background-color css

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

 a { background-color: rgb(191,137,238); }

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

border-color css

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

 span { border-color: rgb(191,137,238); }

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