Html Css Color HEX #BC8CEF Wisteria

📋 copy color: '#BC8CEF'

red 188 ◦ green 140 ◦ blue 239

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

Shades of Wisteria #BC8CEF

Tints of Wisteria #BC8CEF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.69%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 33.16%
G = 24.69%
B = 42.15%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC8CEF (or 0xBC8CEF) is known color: Wisteria. HEX triplet: BC, 8C and EF. RGB value is (188,140,239). Sum of RGB (Red+Green+Blue) = 188+140+239=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 140 (55.08% from 255 or 24.69% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8CEF is #437310. Grayscale: #A5A5A5. Windows color (decimal): -4420369 or 15699132. OLE color: 15699132.

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

Color convert

RGB 188 140 239 -
CMYK 0.21 0.41 0 0.06
HSL 269.09º 0.76% 0.74% -
HSV(B) 269.09º 0.41% 0.94% -
XYZ 45.7 35.68 86.14 -
YUV 165.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 188 140 239 0.21 0.41 0 0.06 269.09 0.76 0.74
Hex BC 8C EF 15 29 0 6 10D 4C 4A
Octal 274 214 357 25 51 0 6 415 114 112
Binary 10111100 10001100 11101111 10101 101001 0 110 100001101 1001100 1001010

Color Harmonies of #BC8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8CEF

Black with #BC8CEF

Text Example


Text Example

White with #BC8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8CEF; }

 p { color: rgb(188,140,239); }

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

background-color css

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

 a { background-color: rgb(188,140,239); }

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

border-color css

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

 span { border-color: rgb(188,140,239); }

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