Html Css Color HEX #BC7FE5 Wisteria

📋 copy color: '#BC7FE5'

red 188 ◦ green 127 ◦ blue 229

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

Shades of Wisteria #BC7FE5

Tints of Wisteria #BC7FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.1%

R = 34.56%
G = 23.35%
B = 42.1%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC7FE5 (or 0xBC7FE5) is known color: Wisteria. HEX triplet: BC, 7F and E5. RGB value is (188,127,229). Sum of RGB (Red+Green+Blue) = 188+127+229=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 229 (89.84% from 255 or 42.10% from 544); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC7FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC7FE5 is #43801A. Grayscale: #9C9C9C. Windows color (decimal): -4423707 or 15040444. OLE color: 15040444.

HSL color Cylindrical-coordinate representation of color #BC7FE5: hue angle of 275.88º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC7FE5 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 127 229 -
CMYK 0.18 0.45 0 0.10
HSL 275.88º 0.66% 0.7% -
HSV(B) 275.88º 0.45% 0.9% -
XYZ 42.47 31.53 77.98 -
YUV 156.87 168.71 150.21 -
System Red Green Blue C M Y K H S L
Decimal 188 127 229 0.18 0.45 0 0.10 275.88 0.66 0.7
Hex BC 7F E5 12 2D 0 A 114 42 46
Octal 274 177 345 22 55 0 12 424 102 106
Binary 10111100 1111111 11100101 10010 101101 0 1010 100010100 1000010 1000110

Color Harmonies of #BC7FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FE5

Black with #BC7FE5

Text Example


Text Example

White with #BC7FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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