Html Css Color HEX #BC8DEE Wisteria

📋 copy color: '#BC8DEE'

red 188 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #BC8DEE

Tints of Wisteria #BC8DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.87%

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

R = 33.16%
G = 24.87%
B = 41.98%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC8DEE (or 0xBC8DEE) is known color: Wisteria. HEX triplet: BC, 8D and EE. RGB value is (188,141,238). Sum of RGB (Red+Green+Blue) = 188+141+238=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC8DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DEE is #437211. Grayscale: #A5A5A5. Windows color (decimal): -4420114 or 15633852. OLE color: 15633852.

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

Color convert

RGB 188 141 238 -
CMYK 0.21 0.41 0 0.07
HSL 269.07º 0.74% 0.74% -
HSV(B) 269.07º 0.41% 0.93% -
XYZ 45.7 35.91 85.41 -
YUV 166.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 188 141 238 0.21 0.41 0 0.07 269.07 0.74 0.74
Hex BC 8D EE 15 29 0 7 10D 4A 4A
Octal 274 215 356 25 51 0 7 415 112 112
Binary 10111100 10001101 11101110 10101 101001 0 111 100001101 1001010 1001010

Color Harmonies of #BC8DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DEE

Black with #BC8DEE

Text Example


Text Example

White with #BC8DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DEE; }

 p { color: rgb(188,141,238); }

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

background-color css

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

 a { background-color: rgb(188,141,238); }

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

border-color css

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

 span { border-color: rgb(188,141,238); }

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