Html Css Color HEX #BB7CE6 Wisteria

📋 copy color: '#BB7CE6'

red 187 ◦ green 124 ◦ blue 230

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

Shades of Wisteria #BB7CE6

Tints of Wisteria #BB7CE6

RGB

 RED value IS 187 (73.44% from 255) = 34.57%

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

 BLUE value IS 230 (90.23% from 255) = 42.51%

R = 34.57%
G = 22.92%
B = 42.51%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB7CE6 (or 0xBB7CE6) is known color: Wisteria. HEX triplet: BB, 7C and E6. RGB value is (187,124,230). Sum of RGB (Red+Green+Blue) = 187+124+230=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB7CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CE6 is #448319. Grayscale: #9A9A9A. Windows color (decimal): -4490010 or 15105211. OLE color: 15105211.

HSL color Cylindrical-coordinate representation of color #BB7CE6: hue angle of 275.66º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB7CE6 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 124 230 -
CMYK 0.19 0.46 0 0.10
HSL 275.66º 0.68% 0.69% -
HSV(B) 275.66º 0.46% 0.9% -
XYZ 41.98 30.69 78.57 -
YUV 154.92 170.37 150.88 -
System Red Green Blue C M Y K H S L
Decimal 187 124 230 0.19 0.46 0 0.10 275.66 0.68 0.69
Hex BB 7C E6 13 2E 0 A 114 44 45
Octal 273 174 346 23 56 0 12 424 104 105
Binary 10111011 1111100 11100110 10011 101110 0 1010 100010100 1000100 1000101

Color Harmonies of #BB7CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CE6

Black with #BB7CE6

Text Example


Text Example

White with #BB7CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CE6; }

 p { color: rgb(187,124,230); }

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

background-color css

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

 a { background-color: rgb(187,124,230); }

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

border-color css

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

 span { border-color: rgb(187,124,230); }

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