Html Css Color HEX #BF85E6 Wisteria

📋 copy color: '#BF85E6'

red 191 ◦ green 133 ◦ blue 230

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

Shades of Wisteria #BF85E6

Tints of Wisteria #BF85E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 34.48%
G = 24.01%
B = 41.52%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF85E6 (or 0xBF85E6) is known color: Wisteria. HEX triplet: BF, 85 and E6. RGB value is (191,133,230). Sum of RGB (Red+Green+Blue) = 191+133+230=554 (73% of max value = 765). Red value is 191 (75% from 255 or 34.48% from 554); Green value is 133 (52.34% from 255 or 24.01% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF85E6 is #407A19. Grayscale: #A1A1A1. Windows color (decimal): -4225562 or 15107519. OLE color: 15107519.

HSL color Cylindrical-coordinate representation of color #BF85E6: hue angle of 275.88º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF85E6 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 133 230 -
CMYK 0.17 0.42 0 0.10
HSL 275.88º 0.66% 0.71% -
HSV(B) 275.88º 0.42% 0.9% -
XYZ 44.16 33.56 79.01 -
YUV 161.4 166.72 149.11 -
System Red Green Blue C M Y K H S L
Decimal 191 133 230 0.17 0.42 0 0.10 275.88 0.66 0.71
Hex BF 85 E6 11 2A 0 A 114 42 47
Octal 277 205 346 21 52 0 12 424 102 107
Binary 10111111 10000101 11100110 10001 101010 0 1010 100010100 1000010 1000111

Color Harmonies of #BF85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF85E6

Black with #BF85E6

Text Example


Text Example

White with #BF85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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