Html Css Color HEX #BC8FE9 Wisteria

📋 copy color: '#BC8FE9'

red 188 ◦ green 143 ◦ blue 233

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

Shades of Wisteria #BC8FE9

Tints of Wisteria #BC8FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.31%

R = 33.33%
G = 25.35%
B = 41.31%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC8FE9 (or 0xBC8FE9) is known color: Wisteria. HEX triplet: BC, 8F and E9. RGB value is (188,143,233). Sum of RGB (Red+Green+Blue) = 188+143+233=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 233 (91.41% from 255 or 41.31% from 564); Max value from RGB is 233 - color contains mainly: blue. Hex color #BC8FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FE9 is #437016. Grayscale: #A6A6A6. Windows color (decimal): -4419607 or 15306684. OLE color: 15306684.

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

Color convert

RGB 188 143 233 -
CMYK 0.19 0.39 0 0.09
HSL 270º 0.67% 0.74% -
HSV(B) 270º 0.39% 0.91% -
XYZ 45.27 36.22 81.7 -
YUV 166.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 188 143 233 0.19 0.39 0 0.09 270 0.67 0.74
Hex BC 8F E9 13 27 0 9 10E 43 4A
Octal 274 217 351 23 47 0 11 416 103 112
Binary 10111100 10001111 11101001 10011 100111 0 1001 100001110 1000011 1001010

Color Harmonies of #BC8FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FE9

Black with #BC8FE9

Text Example


Text Example

White with #BC8FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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