Html Css Color HEX #BF8CEE Wisteria

📋 copy color: '#BF8CEE'

red 191 ◦ green 140 ◦ blue 238

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

Shades of Wisteria #BF8CEE

Tints of Wisteria #BF8CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

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

R = 33.57%
G = 24.6%
B = 41.83%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF8CEE (or 0xBF8CEE) is known color: Wisteria. HEX triplet: BF, 8C and EE. RGB value is (191,140,238). Sum of RGB (Red+Green+Blue) = 191+140+238=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF8CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8CEE is #407311. Grayscale: #A6A6A6. Windows color (decimal): -4223762 or 15633599. OLE color: 15633599.

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

Color convert

RGB 191 140 238 -
CMYK 0.20 0.41 0 0.07
HSL 271.22º 0.74% 0.74% -
HSV(B) 271.22º 0.41% 0.93% -
XYZ 46.3 36.01 85.4 -
YUV 166.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 191 140 238 0.20 0.41 0 0.07 271.22 0.74 0.74
Hex BF 8C EE 14 29 0 7 10F 4A 4A
Octal 277 214 356 24 51 0 7 417 112 112
Binary 10111111 10001100 11101110 10100 101001 0 111 100001111 1001010 1001010

Color Harmonies of #BF8CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF8CEE

Black with #BF8CEE

Text Example


Text Example

White with #BF8CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF8CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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