Html Css Color HEX #BC7DEB Wisteria

📋 copy color: '#BC7DEB'

red 188 ◦ green 125 ◦ blue 235

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

Shades of Wisteria #BC7DEB

Tints of Wisteria #BC7DEB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.81%

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

R = 34.31%
G = 22.81%
B = 42.88%

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

#BC7DEB (or 0xBC7DEB) is known color: Wisteria. HEX triplet: BC, 7D and EB. RGB value is (188,125,235). Sum of RGB (Red+Green+Blue) = 188+125+235=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 125 (49.22% from 255 or 22.81% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC7DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DEB is #438214. Grayscale: #9C9C9C. Windows color (decimal): -4424213 or 15433148. OLE color: 15433148.

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

Color convert

RGB 188 125 235 -
CMYK 0.2 0.47 0 0.08
HSL 274.36º 0.73% 0.71% -
HSV(B) 274.36º 0.47% 0.92% -
XYZ 43.07 31.36 82.38 -
YUV 156.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 188 125 235 0.2 0.47 0 0.08 274.36 0.73 0.71
Hex BC 7D EB 14 2F 0 8 112 49 47
Octal 274 175 353 24 57 0 10 422 111 107
Binary 10111100 1111101 11101011 10100 101111 0 1000 100010010 1001001 1000111

Color Harmonies of #BC7DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7DEB

Black with #BC7DEB

Text Example


Text Example

White with #BC7DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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