Html Css Color HEX #BC8BEB Wisteria

📋 copy color: '#BC8BEB'

red 188 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #BC8BEB

Tints of Wisteria #BC8BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.73%

 BLUE value IS 235 (92.19% from 255) = 41.81%

R = 33.45%
G = 24.73%
B = 41.81%

CMYK

 C value IS 0.2

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC8BEB (or 0xBC8BEB) is known color: Wisteria. HEX triplet: BC, 8B and EB. RGB value is (188,139,235). Sum of RGB (Red+Green+Blue) = 188+139+235=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 235 (92.19% from 255 or 41.81% from 562); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC8BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8BEB is #437414. Grayscale: #A4A4A4. Windows color (decimal): -4420629 or 15436732. OLE color: 15436732.

HSL color Cylindrical-coordinate representation of color #BC8BEB: hue angle of 270.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BC8BEB is Cyan = 0.2, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 139 235 -
CMYK 0.2 0.41 0 0.08
HSL 270.63º 0.71% 0.73% -
HSV(B) 270.63º 0.41% 0.92% -
XYZ 44.97 35.15 83.01 -
YUV 164.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 188 139 235 0.2 0.41 0 0.08 270.63 0.71 0.73
Hex BC 8B EB 14 29 0 8 10F 47 49
Octal 274 213 353 24 51 0 10 417 107 111
Binary 10111100 10001011 11101011 10100 101001 0 1000 100001111 1000111 1001001

Color Harmonies of #BC8BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8BEB

Black with #BC8BEB

Text Example


Text Example

White with #BC8BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8BEB; }

 p { color: rgb(188,139,235); }

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

background-color css

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

 a { background-color: rgb(188,139,235); }

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

border-color css

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

 span { border-color: rgb(188,139,235); }

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