Html Css Color HEX #BF8BEA Wisteria

📋 copy color: '#BF8BEA'

red 191 ◦ green 139 ◦ blue 234

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

Shades of Wisteria #BF8BEA

Tints of Wisteria #BF8BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 33.87%
G = 24.65%
B = 41.49%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF8BEA (or 0xBF8BEA) is known color: Wisteria. HEX triplet: BF, 8B and EA. RGB value is (191,139,234). Sum of RGB (Red+Green+Blue) = 191+139+234=564 (74% of max value = 765). Red value is 191 (75% from 255 or 33.87% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8BEA is #407415. Grayscale: #A5A5A5. Windows color (decimal): -4224022 or 15371199. OLE color: 15371199.

HSL color Cylindrical-coordinate representation of color #BF8BEA: hue angle of 272.84º degrees, saturation: 0.69, 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 #BF8BEA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 139 234 -
CMYK 0.18 0.41 0 0.08
HSL 272.84º 0.69% 0.73% -
HSV(B) 272.84º 0.41% 0.92% -
XYZ 45.57 35.48 82.29 -
YUV 165.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 191 139 234 0.18 0.41 0 0.08 272.84 0.69 0.73
Hex BF 8B EA 12 29 0 8 111 45 49
Octal 277 213 352 22 51 0 10 421 105 111
Binary 10111111 10001011 11101010 10010 101001 0 1000 100010001 1000101 1001001

Color Harmonies of #BF8BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8BEA

Black with #BF8BEA

Text Example


Text Example

White with #BF8BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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