Html Css Color HEX #BC92CF Wisteria

📋 copy color: '#BC92CF'

red 188 ◦ green 146 ◦ blue 207

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

Shades of Wisteria #BC92CF

Tints of Wisteria #BC92CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.99%

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

R = 34.75%
G = 26.99%
B = 38.26%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC92CF (or 0xBC92CF) is known color: Wisteria. HEX triplet: BC, 92 and CF. RGB value is (188,146,207). Sum of RGB (Red+Green+Blue) = 188+146+207=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 146 (57.42% from 255 or 26.99% 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 #BC92CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC92CF is #436D30. Grayscale: #A5A5A5. Windows color (decimal): -4418865 or 13603516. OLE color: 13603516.

HSL color Cylindrical-coordinate representation of color #BC92CF: hue angle of 281.31º degrees, saturation: 0.39, 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 #BC92CF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 146 207 -
CMYK 0.09 0.29 0 0.19
HSL 281.31º 0.39% 0.69% -
HSV(B) 281.31º 0.29% 0.81% -
XYZ 42.28 35.75 63.7 -
YUV 165.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 188 146 207 0.09 0.29 0 0.19 281.31 0.39 0.69
Hex BC 92 CF 9 1D 0 13 119 27 45
Octal 274 222 317 11 35 0 23 431 47 105
Binary 10111100 10010010 11001111 1001 11101 0 10011 100011001 100111 1000101

Color Harmonies of #BC92CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC92CF

Black with #BC92CF

Text Example


Text Example

White with #BC92CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC92CF; }

 p { color: rgb(188,146,207); }

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

background-color css

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

 a { background-color: rgb(188,146,207); }

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

border-color css

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

 span { border-color: rgb(188,146,207); }

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