Html Css Color HEX #BC8DEA Wisteria

📋 copy color: '#BC8DEA'

red 188 ◦ green 141 ◦ blue 234

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

Shades of Wisteria #BC8DEA

Tints of Wisteria #BC8DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.56%

R = 33.39%
G = 25.04%
B = 41.56%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC8DEA (or 0xBC8DEA) is known color: Wisteria. HEX triplet: BC, 8D and EA. RGB value is (188,141,234). Sum of RGB (Red+Green+Blue) = 188+141+234=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC8DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8DEA is #437215. Grayscale: #A5A5A5. Windows color (decimal): -4420118 or 15371708. OLE color: 15371708.

HSL color Cylindrical-coordinate representation of color #BC8DEA: hue angle of 270.32º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC8DEA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 141 234 -
CMYK 0.20 0.40 0 0.08
HSL 270.32º 0.69% 0.74% -
HSV(B) 270.32º 0.4% 0.92% -
XYZ 45.12 35.68 82.35 -
YUV 165.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 188 141 234 0.20 0.40 0 0.08 270.32 0.69 0.74
Hex BC 8D EA 14 28 0 8 10E 45 4A
Octal 274 215 352 24 50 0 10 416 105 112
Binary 10111100 10001101 11101010 10100 101000 0 1000 100001110 1000101 1001010

Color Harmonies of #BC8DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8DEA

Black with #BC8DEA

Text Example


Text Example

White with #BC8DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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