Html Css Color HEX #BF85ED Wisteria

📋 copy color: '#BF85ED'

red 191 ◦ green 133 ◦ blue 237

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

Shades of Wisteria #BF85ED

Tints of Wisteria #BF85ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 34.05%
G = 23.71%
B = 42.25%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF85ED (or 0xBF85ED) is known color: Wisteria. HEX triplet: BF, 85 and ED. RGB value is (191,133,237). Sum of RGB (Red+Green+Blue) = 191+133+237=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85ED is #407A12. Grayscale: #A1A1A1. Windows color (decimal): -4225555 or 15566271. OLE color: 15566271.

HSL color Cylindrical-coordinate representation of color #BF85ED: hue angle of 273.46º degrees, saturation: 0.74, 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 #BF85ED is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 133 237 -
CMYK 0.19 0.44 0 0.07
HSL 273.46º 0.74% 0.73% -
HSV(B) 273.46º 0.44% 0.93% -
XYZ 45.16 33.97 84.3 -
YUV 162.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 191 133 237 0.19 0.44 0 0.07 273.46 0.74 0.73
Hex BF 85 ED 13 2C 0 7 111 4A 49
Octal 277 205 355 23 54 0 7 421 112 111
Binary 10111111 10000101 11101101 10011 101100 0 111 100010001 1001010 1001001

Color Harmonies of #BF85ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85ED

Black with #BF85ED

Text Example


Text Example

White with #BF85ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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