Html Css Color HEX #BC8FEA Wisteria

📋 copy color: '#BC8FEA'

red 188 ◦ green 143 ◦ blue 234

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

Shades of Wisteria #BC8FEA

Tints of Wisteria #BC8FEA

RGB

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

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

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

R = 33.27%
G = 25.31%
B = 41.42%

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

#BC8FEA (or 0xBC8FEA) is known color: Wisteria. HEX triplet: BC, 8F and EA. RGB value is (188,143,234). Sum of RGB (Red+Green+Blue) = 188+143+234=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC8FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8FEA is #437015. Grayscale: #A6A6A6. Windows color (decimal): -4419606 or 15372220. OLE color: 15372220.

HSL color Cylindrical-coordinate representation of color #BC8FEA: hue angle of 269.67º degrees, saturation: 0.68, 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 #BC8FEA is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 143 234 -
CMYK 0.20 0.39 0 0.08
HSL 269.67º 0.68% 0.74% -
HSV(B) 269.67º 0.39% 0.92% -
XYZ 45.41 36.28 82.45 -
YUV 166.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 188 143 234 0.20 0.39 0 0.08 269.67 0.68 0.74
Hex BC 8F EA 14 27 0 8 10E 44 4A
Octal 274 217 352 24 47 0 10 416 104 112
Binary 10111100 10001111 11101010 10100 100111 0 1000 100001110 1000100 1001010

Color Harmonies of #BC8FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8FEA

Black with #BC8FEA

Text Example


Text Example

White with #BC8FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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