Html Css Color HEX #BC7FF2 Wisteria

📋 copy color: '#BC7FF2'

red 188 ◦ green 127 ◦ blue 242

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

Shades of Wisteria #BC7FF2

Tints of Wisteria #BC7FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 33.75%
G = 22.8%
B = 43.45%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC7FF2 (or 0xBC7FF2) is known color: Wisteria. HEX triplet: BC, 7F and F2. RGB value is (188,127,242). Sum of RGB (Red+Green+Blue) = 188+127+242=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7FF2 is #43800D. Grayscale: #9D9D9D. Windows color (decimal): -4423694 or 15892412. OLE color: 15892412.

HSL color Cylindrical-coordinate representation of color #BC7FF2: hue angle of 271.83º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC7FF2 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 127 242 -
CMYK 0.22 0.48 0 0.05
HSL 271.83º 0.82% 0.72% -
HSV(B) 271.83º 0.48% 0.95% -
XYZ 44.36 32.28 87.9 -
YUV 158.35 175.21 149.15 -
System Red Green Blue C M Y K H S L
Decimal 188 127 242 0.22 0.48 0 0.05 271.83 0.82 0.72
Hex BC 7F F2 16 30 0 5 110 52 48
Octal 274 177 362 26 60 0 5 420 122 110
Binary 10111100 1111111 11110010 10110 110000 0 101 100010000 1010010 1001000

Color Harmonies of #BC7FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7FF2

Black with #BC7FF2

Text Example


Text Example

White with #BC7FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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