Html Css Color HEX #BB93CF Wisteria

📋 copy color: '#BB93CF'

red 187 ◦ green 147 ◦ blue 207

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

Shades of Wisteria #BB93CF

Tints of Wisteria #BB93CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.17%

 BLUE value IS 207 (81.25% from 255) = 38.26%

R = 34.57%
G = 27.17%
B = 38.26%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB93CF (or 0xBB93CF) is known color: Wisteria. HEX triplet: BB, 93 and CF. RGB value is (187,147,207). Sum of RGB (Red+Green+Blue) = 187+147+207=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB93CF is #446C30. Grayscale: #A5A5A5. Windows color (decimal): -4484145 or 13603771. OLE color: 13603771.

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

Color convert

RGB 187 147 207 -
CMYK 0.10 0.29 0 0.19
HSL 280º 0.38% 0.69% -
HSV(B) 280º 0.29% 0.81% -
XYZ 42.19 35.94 63.74 -
YUV 165.8 151.25 143.12 -
System Red Green Blue C M Y K H S L
Decimal 187 147 207 0.10 0.29 0 0.19 280 0.38 0.69
Hex BB 93 CF A 1D 0 13 118 26 45
Octal 273 223 317 12 35 0 23 430 46 105
Binary 10111011 10010011 11001111 1010 11101 0 10011 100011000 100110 1000101

Color Harmonies of #BB93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB93CF

Black with #BB93CF

Text Example


Text Example

White with #BB93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB93CF; }

 p { color: rgb(187,147,207); }

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

background-color css

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

 a { background-color: rgb(187,147,207); }

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

border-color css

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

 span { border-color: rgb(187,147,207); }

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