Html Css Color HEX #BF8EEE Wisteria

📋 copy color: '#BF8EEE'

red 191 ◦ green 142 ◦ blue 238

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

Shades of Wisteria #BF8EEE

Tints of Wisteria #BF8EEE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.87%

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

R = 33.45%
G = 24.87%
B = 41.68%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF8EEE (or 0xBF8EEE) is known color: Wisteria. HEX triplet: BF, 8E and EE. RGB value is (191,142,238). Sum of RGB (Red+Green+Blue) = 191+142+238=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 238 (93.36% from 255 or 41.68% from 571); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8EEE is #407111. Grayscale: #A7A7A7. Windows color (decimal): -4223250 or 15634111. OLE color: 15634111.

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

Color convert

RGB 191 142 238 -
CMYK 0.20 0.40 0 0.07
HSL 270.63º 0.74% 0.75% -
HSV(B) 270.63º 0.4% 0.93% -
XYZ 46.59 36.6 85.5 -
YUV 167.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 191 142 238 0.20 0.40 0 0.07 270.63 0.74 0.75
Hex BF 8E EE 14 28 0 7 10F 4A 4B
Octal 277 216 356 24 50 0 7 417 112 113
Binary 10111111 10001110 11101110 10100 101000 0 111 100001111 1001010 1001011

Color Harmonies of #BF8EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8EEE

Black with #BF8EEE

Text Example


Text Example

White with #BF8EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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