Html Css Color HEX #BC7FEA Wisteria

📋 copy color: '#BC7FEA'

red 188 ◦ green 127 ◦ blue 234

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

Shades of Wisteria #BC7FEA

Tints of Wisteria #BC7FEA

RGB

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

 GREEN value IS 127 (50% from 255) = 23.13%

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

R = 34.24%
G = 23.13%
B = 42.62%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC7FEA (or 0xBC7FEA) is known color: Wisteria. HEX triplet: BC, 7F and EA. RGB value is (188,127,234). Sum of RGB (Red+Green+Blue) = 188+127+234=549 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.24% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #BC7FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FEA is #438015. Grayscale: #9D9D9D. Windows color (decimal): -4423702 or 15368124. OLE color: 15368124.

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

Color convert

RGB 188 127 234 -
CMYK 0.20 0.46 0 0.08
HSL 274.21º 0.72% 0.71% -
HSV(B) 274.21º 0.46% 0.92% -
XYZ 43.18 31.81 81.71 -
YUV 157.44 171.21 149.8 -
System Red Green Blue C M Y K H S L
Decimal 188 127 234 0.20 0.46 0 0.08 274.21 0.72 0.71
Hex BC 7F EA 14 2E 0 8 112 48 47
Octal 274 177 352 24 56 0 10 422 110 107
Binary 10111100 1111111 11101010 10100 101110 0 1000 100010010 1001000 1000111

Color Harmonies of #BC7FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FEA

Black with #BC7FEA

Text Example


Text Example

White with #BC7FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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