Html Css Color HEX #BF8BEB Wisteria

📋 copy color: '#BF8BEB'

red 191 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #BF8BEB

Tints of Wisteria #BF8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.6%

 BLUE value IS 235 (92.19% from 255) = 41.59%

R = 33.81%
G = 24.6%
B = 41.59%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF8BEB (or 0xBF8BEB) is known color: Wisteria. HEX triplet: BF, 8B and EB. RGB value is (191,139,235). Sum of RGB (Red+Green+Blue) = 191+139+235=565 (74% of max value = 765). Red value is 191 (75% from 255 or 33.81% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 235 (92.19% from 255 or 41.59% from 565); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8BEB is #407414. Grayscale: #A5A5A5. Windows color (decimal): -4224021 or 15436735. OLE color: 15436735.

HSL color Cylindrical-coordinate representation of color #BF8BEB: hue angle of 272.5º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF8BEB is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 139 235 -
CMYK 0.19 0.41 0 0.08
HSL 272.5º 0.71% 0.73% -
HSV(B) 272.5º 0.41% 0.92% -
XYZ 45.71 35.54 83.05 -
YUV 165.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 191 139 235 0.19 0.41 0 0.08 272.5 0.71 0.73
Hex BF 8B EB 13 29 0 8 110 47 49
Octal 277 213 353 23 51 0 10 420 107 111
Binary 10111111 10001011 11101011 10011 101001 0 1000 100010000 1000111 1001001

Color Harmonies of #BF8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BEB

Black with #BF8BEB

Text Example


Text Example

White with #BF8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BEB; }

 p { color: rgb(191,139,235); }

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

background-color css

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

 a { background-color: rgb(191,139,235); }

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

border-color css

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

 span { border-color: rgb(191,139,235); }

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