Html Css Color HEX #BC8FE8 Wisteria

📋 copy color: '#BC8FE8'

red 188 ◦ green 143 ◦ blue 232

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

Shades of Wisteria #BC8FE8

Tints of Wisteria #BC8FE8

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.4%

 BLUE value IS 232 (91.02% from 255) = 41.21%

R = 33.39%
G = 25.4%
B = 41.21%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC8FE8 (or 0xBC8FE8) is known color: Wisteria. HEX triplet: BC, 8F and E8. RGB value is (188,143,232). Sum of RGB (Red+Green+Blue) = 188+143+232=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 232 (91.02% from 255 or 41.21% from 563); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FE8 is #437017. Grayscale: #A6A6A6. Windows color (decimal): -4419608 or 15241148. OLE color: 15241148.

HSL color Cylindrical-coordinate representation of color #BC8FE8: hue angle of 270.34º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC8FE8 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 143 232 -
CMYK 0.19 0.38 0 0.09
HSL 270.34º 0.66% 0.74% -
HSV(B) 270.34º 0.38% 0.91% -
XYZ 45.13 36.16 80.95 -
YUV 166.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 188 143 232 0.19 0.38 0 0.09 270.34 0.66 0.74
Hex BC 8F E8 13 26 0 9 10E 42 4A
Octal 274 217 350 23 46 0 11 416 102 112
Binary 10111100 10001111 11101000 10011 100110 0 1001 100001110 1000010 1001010

Color Harmonies of #BC8FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FE8

Black with #BC8FE8

Text Example


Text Example

White with #BC8FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FE8; }

 p { color: rgb(188,143,232); }

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

background-color css

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

 a { background-color: rgb(188,143,232); }

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

border-color css

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

 span { border-color: rgb(188,143,232); }

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