Html Css Color HEX #BB7FF3 Wisteria

📋 copy color: '#BB7FF3'

red 187 ◦ green 127 ◦ blue 243

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

Shades of Wisteria #BB7FF3

Tints of Wisteria #BB7FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 33.57%
G = 22.8%
B = 43.63%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB7FF3 (or 0xBB7FF3) is known color: Wisteria. HEX triplet: BB, 7F and F3. RGB value is (187,127,243). Sum of RGB (Red+Green+Blue) = 187+127+243=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB7FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7FF3 is #44800C. Grayscale: #9D9D9D. Windows color (decimal): -4489229 or 15957947. OLE color: 15957947.

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

Color convert

RGB 187 127 243 -
CMYK 0.23 0.48 0 0.05
HSL 271.03º 0.83% 0.73% -
HSV(B) 271.03º 0.48% 0.95% -
XYZ 44.26 32.21 88.68 -
YUV 158.16 175.88 148.57 -
System Red Green Blue C M Y K H S L
Decimal 187 127 243 0.23 0.48 0 0.05 271.03 0.83 0.73
Hex BB 7F F3 17 30 0 5 10F 53 49
Octal 273 177 363 27 60 0 5 417 123 111
Binary 10111011 1111111 11110011 10111 110000 0 101 100001111 1010011 1001001

Color Harmonies of #BB7FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7FF3

Black with #BB7FF3

Text Example


Text Example

White with #BB7FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7FF3; }

 p { color: rgb(187,127,243); }

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

background-color css

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

 a { background-color: rgb(187,127,243); }

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

border-color css

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

 span { border-color: rgb(187,127,243); }

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