Html Css Color HEX #BC7CEB Wisteria

📋 copy color: '#BC7CEB'

red 188 ◦ green 124 ◦ blue 235

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

Shades of Wisteria #BC7CEB

Tints of Wisteria #BC7CEB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 34.37%
G = 22.67%
B = 42.96%

CMYK

 C value IS 0.2

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BC7CEB (or 0xBC7CEB) is known color: Wisteria. HEX triplet: BC, 7C and EB. RGB value is (188,124,235). Sum of RGB (Red+Green+Blue) = 188+124+235=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC7CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7CEB is #438314. Grayscale: #9B9B9B. Windows color (decimal): -4424469 or 15432892. OLE color: 15432892.

HSL color Cylindrical-coordinate representation of color #BC7CEB: hue angle of 274.59º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC7CEB is Cyan = 0.2, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 124 235 -
CMYK 0.2 0.47 0 0.08
HSL 274.59º 0.74% 0.7% -
HSV(B) 274.59º 0.47% 0.92% -
XYZ 42.94 31.1 82.34 -
YUV 155.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 188 124 235 0.2 0.47 0 0.08 274.59 0.74 0.7
Hex BC 7C EB 14 2F 0 8 113 4A 46
Octal 274 174 353 24 57 0 10 423 112 106
Binary 10111100 1111100 11101011 10100 101111 0 1000 100010011 1001010 1000110

Color Harmonies of #BC7CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7CEB

Black with #BC7CEB

Text Example


Text Example

White with #BC7CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7CEB; }

 p { color: rgb(188,124,235); }

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

background-color css

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

 a { background-color: rgb(188,124,235); }

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

border-color css

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

 span { border-color: rgb(188,124,235); }

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