Html Css Color HEX #BF85EE Wisteria

📋 copy color: '#BF85EE'

red 191 ◦ green 133 ◦ blue 238

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

Shades of Wisteria #BF85EE

Tints of Wisteria #BF85EE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.67%

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

R = 33.99%
G = 23.67%
B = 42.35%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF85EE (or 0xBF85EE) is known color: Wisteria. HEX triplet: BF, 85 and EE. RGB value is (191,133,238). Sum of RGB (Red+Green+Blue) = 191+133+238=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF85EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85EE is #407A11. Grayscale: #A1A1A1. Windows color (decimal): -4225554 or 15631807. OLE color: 15631807.

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

Color convert

RGB 191 133 238 -
CMYK 0.20 0.44 0 0.07
HSL 273.14º 0.76% 0.73% -
HSV(B) 273.14º 0.44% 0.93% -
XYZ 45.31 34.02 85.07 -
YUV 162.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 191 133 238 0.20 0.44 0 0.07 273.14 0.76 0.73
Hex BF 85 EE 14 2C 0 7 111 4C 49
Octal 277 205 356 24 54 0 7 421 114 111
Binary 10111111 10000101 11101110 10100 101100 0 111 100010001 1001100 1001001

Color Harmonies of #BF85EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85EE

Black with #BF85EE

Text Example


Text Example

White with #BF85EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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