Html Css Color HEX #BC85E6 Wisteria

📋 copy color: '#BC85E6'

red 188 ◦ green 133 ◦ blue 230

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

Shades of Wisteria #BC85E6

Tints of Wisteria #BC85E6

RGB

 RED value IS 188 (73.83% from 255) = 34.12%

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

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

R = 34.12%
G = 24.14%
B = 41.74%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC85E6 (or 0xBC85E6) is known color: Wisteria. HEX triplet: BC, 85 and E6. RGB value is (188,133,230). Sum of RGB (Red+Green+Blue) = 188+133+230=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 133 (52.34% from 255 or 24.14% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85E6 is #437A19. Grayscale: #A0A0A0. Windows color (decimal): -4422170 or 15107516. OLE color: 15107516.

HSL color Cylindrical-coordinate representation of color #BC85E6: hue angle of 274.02º 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 #BC85E6 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 133 230 -
CMYK 0.18 0.42 0 0.10
HSL 274.02º 0.66% 0.71% -
HSV(B) 274.02º 0.42% 0.9% -
XYZ 43.41 33.18 78.98 -
YUV 160.5 167.22 147.61 -
System Red Green Blue C M Y K H S L
Decimal 188 133 230 0.18 0.42 0 0.10 274.02 0.66 0.71
Hex BC 85 E6 12 2A 0 A 112 42 47
Octal 274 205 346 22 52 0 12 422 102 107
Binary 10111100 10000101 11100110 10010 101010 0 1010 100010010 1000010 1000111

Color Harmonies of #BC85E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC85E6

Black with #BC85E6

Text Example


Text Example

White with #BC85E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC85E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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