Html Css Color HEX #BB7CEA Wisteria

📋 copy color: '#BB7CEA'

red 187 ◦ green 124 ◦ blue 234

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

Shades of Wisteria #BB7CEA

Tints of Wisteria #BB7CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.94%

R = 34.31%
G = 22.75%
B = 42.94%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BB7CEA (or 0xBB7CEA) is known color: Wisteria. HEX triplet: BB, 7C and EA. RGB value is (187,124,234). Sum of RGB (Red+Green+Blue) = 187+124+234=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB7CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7CEA is #448315. Grayscale: #9B9B9B. Windows color (decimal): -4490006 or 15367355. OLE color: 15367355.

HSL color Cylindrical-coordinate representation of color #BB7CEA: hue angle of 274.36º degrees, saturation: 0.72, 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 #BB7CEA is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 124 234 -
CMYK 0.20 0.47 0 0.08
HSL 274.36º 0.72% 0.7% -
HSV(B) 274.36º 0.47% 0.92% -
XYZ 42.55 30.92 81.57 -
YUV 155.38 172.37 150.56 -
System Red Green Blue C M Y K H S L
Decimal 187 124 234 0.20 0.47 0 0.08 274.36 0.72 0.7
Hex BB 7C EA 14 2F 0 8 112 48 46
Octal 273 174 352 24 57 0 10 422 110 106
Binary 10111011 1111100 11101010 10100 101111 0 1000 100010010 1001000 1000110

Color Harmonies of #BB7CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7CEA

Black with #BB7CEA

Text Example


Text Example

White with #BB7CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7CEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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