Html Css Color HEX #BC8EEA Wisteria

📋 copy color: '#BC8EEA'

red 188 ◦ green 142 ◦ blue 234

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

Shades of Wisteria #BC8EEA

Tints of Wisteria #BC8EEA

RGB

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

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

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

R = 33.33%
G = 25.18%
B = 41.49%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC8EEA (or 0xBC8EEA) is known color: Wisteria. HEX triplet: BC, 8E and EA. RGB value is (188,142,234). Sum of RGB (Red+Green+Blue) = 188+142+234=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC8EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8EEA is #437115. Grayscale: #A5A5A5. Windows color (decimal): -4419862 or 15371964. OLE color: 15371964.

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

Color convert

RGB 188 142 234 -
CMYK 0.20 0.39 0 0.08
HSL 270º 0.69% 0.74% -
HSV(B) 270º 0.39% 0.92% -
XYZ 45.26 35.98 82.4 -
YUV 166.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 188 142 234 0.20 0.39 0 0.08 270 0.69 0.74
Hex BC 8E EA 14 27 0 8 10E 45 4A
Octal 274 216 352 24 47 0 10 416 105 112
Binary 10111100 10001110 11101010 10100 100111 0 1000 100001110 1000101 1001010

Color Harmonies of #BC8EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8EEA

Black with #BC8EEA

Text Example


Text Example

White with #BC8EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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