Html Css Color HEX #BC8EED Wisteria

📋 copy color: '#BC8EED'

red 188 ◦ green 142 ◦ blue 237

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

Shades of Wisteria #BC8EED

Tints of Wisteria #BC8EED

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.04%

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

R = 33.16%
G = 25.04%
B = 41.8%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC8EED (or 0xBC8EED) is known color: Wisteria. HEX triplet: BC, 8E and ED. RGB value is (188,142,237). Sum of RGB (Red+Green+Blue) = 188+142+237=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC8EED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8EED is #437112. Grayscale: #A6A6A6. Windows color (decimal): -4419859 or 15568572. OLE color: 15568572.

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

Color convert

RGB 188 142 237 -
CMYK 0.21 0.40 0 0.07
HSL 269.05º 0.73% 0.74% -
HSV(B) 269.05º 0.4% 0.93% -
XYZ 45.7 36.15 84.69 -
YUV 166.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 188 142 237 0.21 0.40 0 0.07 269.05 0.73 0.74
Hex BC 8E ED 15 28 0 7 10D 49 4A
Octal 274 216 355 25 50 0 7 415 111 112
Binary 10111100 10001110 11101101 10101 101000 0 111 100001101 1001001 1001010

Color Harmonies of #BC8EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EED

Black with #BC8EED

Text Example


Text Example

White with #BC8EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EED; }

 p { color: rgb(188,142,237); }

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

background-color css

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

 a { background-color: rgb(188,142,237); }

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

border-color css

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

 span { border-color: rgb(188,142,237); }

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